]> git.baikalelectronics.ru Git - kernel.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)
commit93478708179df82d4977a4b8c823903497513724
tree1dacab9f4c9a77ac1bda836f9065bbe4ab7b3074
parent2f286b6f4cc0bd7b2a8e0452d5b8570655de444a
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