]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Change mtcrf to use real register names
authorMichael Neuling <mikey@neuling.org>
Mon, 25 Jun 2012 13:33:16 +0000 (13:33 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 10 Jul 2012 09:18:11 +0000 (19:18 +1000)
commit9dcf55e12ed12b91845939f4fb00eb5e1c2a2d9c
treebd97f039e66e6e9d59a765d97c6ba47d51eceffb
parentc07c123061575ba468052d4e354098c49df5acb4
powerpc: Change mtcrf to use real register names

mtocrf define is just a wrapper around the real instructions so we can
just use real register names here (ie. lower case).

Also remove braces in macro so this is possible.

Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/include/asm/asm-compat.h
arch/powerpc/include/asm/ppc_asm.h
arch/powerpc/lib/copyuser_64.S
arch/powerpc/lib/mem_64.S
arch/powerpc/lib/memcpy_64.S