diff options
author | Isaku Yamahata <yamahata@valinux.co.jp> | 2009-03-04 07:05:46 -0500 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2009-03-26 14:01:55 -0400 |
commit | f8de2ec678fa09276cf7ad02838eb80e86c73097 (patch) | |
tree | 4afb7286bf6661ec3312808badbe258278a8d571 /arch/ia64 | |
parent | c4312511ba1f3a08f2f64ca8335882ef56ff9bdd (diff) |
ia64/pv_ops/xen/gate.S: xen gate page paravirtualization
xen gate page paravirtualization
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64')
-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 |