]> 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)
commit02ba2d6ad0a4ef1c9eb22c7599b5f6bcccc2add4
tree1dacab9f4c9a77ac1bda836f9065bbe4ab7b3074
parent3ea9eef8beab77f862e8c28d7e456ee5e7ce6787
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