Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Isaku Yamahata and committed by
Tony Luck
f8de2ec6 c4312511

+5
+4
arch/ia64/include/asm/xen/inst.h
··· 386 386 #define RSM_PSR_DT \ 387 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 393 #define SSM_PSR_DT_AND_SRLZ_I \ 390 394 XEN_HYPER_SSM_PSR_DT 391 395
+1
arch/ia64/xen/Makefile
··· 13 13 14 14 # tell compiled for xen 15 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 18 # use same file of native. 18 19 $(obj)/gate.o: $(src)/../kernel/gate.S FORCE