diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2012-07-04 14:49:12 +1000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2012-07-10 19:18:08 +1000 |
commit | b38c77d82e42f4e72c162f49ea75f0f0ad76f1b6 (patch) | |
tree | 35db57b78edfbe3bd3f714db89ad5b5f2bf9cb2c /arch/powerpc/kvm/book3s_rmhandlers.S | |
parent | d72be892c810cb8269ed8a625fd925c30727639e (diff) | |
download | linux-3.10-b38c77d82e42f4e72c162f49ea75f0f0ad76f1b6.tar.gz linux-3.10-b38c77d82e42f4e72c162f49ea75f0f0ad76f1b6.tar.bz2 linux-3.10-b38c77d82e42f4e72c162f49ea75f0f0ad76f1b6.zip |
powerpc: Move and fix MTMSR_EERI definition
Move this duplicated definition to ppc_asm.h and remove the
braces which prevent the use of %rN register names
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/kvm/book3s_rmhandlers.S')
-rw-r--r-- | arch/powerpc/kvm/book3s_rmhandlers.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/kvm/book3s_rmhandlers.S b/arch/powerpc/kvm/book3s_rmhandlers.S index 34187585c50..ab523f3c173 100644 --- a/arch/powerpc/kvm/book3s_rmhandlers.S +++ b/arch/powerpc/kvm/book3s_rmhandlers.S @@ -37,7 +37,6 @@ #if defined(CONFIG_PPC_BOOK3S_64) #define FUNC(name) GLUE(.,name) -#define MTMSR_EERI(reg) mtmsrd (reg),1 .globl kvmppc_skip_interrupt kvmppc_skip_interrupt: |