diff options
-rw-r--r-- | arch/ia64/include/asm/xen/inst.h | 4 | ||||
-rw-r--r-- | arch/ia64/xen/Makefile | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/arch/ia64/include/asm/xen/inst.h b/arch/ia64/include/asm/xen/inst.h index 90537dc15efe..c53a47611208 100644 --- a/arch/ia64/include/asm/xen/inst.h +++ b/arch/ia64/include/asm/xen/inst.h | |||
@@ -386,6 +386,10 @@ | |||
386 | #define RSM_PSR_DT \ | 386 | #define RSM_PSR_DT \ |
387 | XEN_HYPER_RSM_PSR_DT | 387 | XEN_HYPER_RSM_PSR_DT |
388 | 388 | ||
389 | #define RSM_PSR_BE_I(clob0, clob1) \ | ||
390 | RSM_PSR_I(p0, clob0, clob1); \ | ||
391 | rum psr.be | ||
392 | |||
389 | #define SSM_PSR_DT_AND_SRLZ_I \ | 393 | #define SSM_PSR_DT_AND_SRLZ_I \ |
390 | XEN_HYPER_SSM_PSR_DT | 394 | XEN_HYPER_SSM_PSR_DT |
391 | 395 | ||
diff --git a/arch/ia64/xen/Makefile b/arch/ia64/xen/Makefile index 94f0d8e7d9de..e6f4a0a74228 100644 --- a/arch/ia64/xen/Makefile +++ b/arch/ia64/xen/Makefile | |||
@@ -13,6 +13,7 @@ include $(srctree)/arch/ia64/kernel/Makefile.gate | |||
13 | 13 | ||
14 | # tell compiled for xen | 14 | # tell compiled for xen |
15 | CPPFLAGS_gate.lds += -D__IA64_GATE_PARAVIRTUALIZED_XEN | 15 | CPPFLAGS_gate.lds += -D__IA64_GATE_PARAVIRTUALIZED_XEN |
16 | AFLAGS_gate.o += -D__IA64_ASM_PARAVIRTUALIZED_XEN -D__IA64_GATE_PARAVIRTUALIZED_XEN | ||
16 | 17 | ||
17 | # use same file of native. | 18 | # use same file of native. |
18 | $(obj)/gate.o: $(src)/../kernel/gate.S FORCE | 19 | $(obj)/gate.o: $(src)/../kernel/gate.S FORCE |