]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitd6e4fbf26e4caecbb236523563da7861f6a169aa
tree2787288d407b074548bdc2d79b947b79d5f0b55c
parentec5f054e3a9bf2e866e5200d23d436ca746e0469
[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