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

Simple merge
Simple merge