[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)
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>

No differences found