[PATCH 9/18] powerpc: change mtcrf to use real register names

2012-06-25 Thread Michael Neuling
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 --- arch/powerpc/include/asm/asm-compat.h |2 +- arch/powerpc/include/asm/ppc_asm.h

[PATCH 9/18] powerpc: change mtcrf to use real register names

2012-06-20 Thread Michael Neuling
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 --- arch/powerpc/include/asm/asm-compat.h |2 +- arch/powerpc/include/asm/ppc_asm.h

[PATCH 9/18] powerpc: change mtcrf to use real register names

2012-06-13 Thread Michael Neuling
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 --- arch/powerpc/include/asm/asm-compat.h |2 +- arch/powerpc/include/asm/ppc_asm.h