[PARISC] fix signal trampoline cache flushing
authorKyle McMartin <kyle@mcmartin.ca>
Tue, 15 Apr 2008 22:36:38 +0000 (18:36 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 15 Apr 2008 22:51:36 +0000 (15:51 -0700)
commitcf39cc3b56bc4a562db6242d3069f65034ec7549
tree2787288d407b074548bdc2d79b947b79d5f0b55c
parent093a07e2fdfaddab7fc7d4adc76cc569c86603d7
[PARISC] fix signal trampoline cache flushing

The signal trampolines were accidently flushing the kernel I$ instead of
the users.  Fix that up, and also add a missing user D$ flush while
we're at it.

Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/parisc/kernel/signal.c