]> rtime.felk.cvut.cz Git - linux-imx.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)
commit86e32fdce7c6582a52b9468106714779d871c773
treebd97f039e66e6e9d59a765d97c6ba47d51eceffb
parentb38c77d82e42f4e72c162f49ea75f0f0ad76f1b6
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