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>
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user