[PARISC] Properly specify index field to I/D cache flush ops
commit9b3b331d0322b60de1bde20528bf974f62804ffa
authorGrant Grundler <grundler@parisc-linux.org>
Sat, 22 Oct 2005 02:55:51 +0000 (21 22:55 -0400)
committerKyle McMartin <kyle@parisc-linux.org>
Sat, 22 Oct 2005 02:55:51 +0000 (21 22:55 -0400)
tree6c9f07131f4985f8b48ccd198a88d6405fc43869
parent37318a3cb1028933417533084ddbf9d84be06878
[PARISC] Properly specify index field to I/D cache flush ops

replace use of "0" with "%r0" since PA 1.1 I/D flush ops only take a
general register and not an immediate value for the index field.
This just forces the code to always be PA 1.1 "clean".

From: Joel Soete <soete.joel@tiscali.be>
Signed-off-by: Grant Grundler <grundler@parisc-linux.org>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
arch/parisc/kernel/pacache.S
arch/parisc/kernel/signal.c