]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc: Fixes for instructions not using correct register naming
authorMichael Neuling <mikey@neuling.org>
Mon, 25 Jun 2012 13:33:18 +0000 (13:33 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 10 Jul 2012 09:18:16 +0000 (19:18 +1000)
commite55174e911637f0093bc9dac137b568e8a4a1f29
tree1dacab9f4c9a77ac1bda836f9065bbe4ab7b3074
parent03a22bfcfdfe88db8b4d2d9ee65476793038364f
powerpc: Fixes for instructions not using correct register naming

These macros are using integers where they could be using logical
names since they take registers.

We are going to enforce this soon, so fix these up now.

Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kernel/exceptions-64e.S
arch/powerpc/kernel/misc_64.S
arch/powerpc/lib/ldstfp.S
arch/powerpc/mm/tlb_nohash_low.S