aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/Makefile
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-04-13 10:31:53 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-04-13 10:31:53 +0100
commitd9b2d3ac42396a07994ee443384ce1dc61a6f4b5 (patch)
treef2e863b064d277291cea990e74ddcc55e7445be3 /xen/arch/x86/Makefile
parentbf1d9dba355e0b7ccfa275fdf3c25ec6b2722092 (diff)
downloadxen-d9b2d3ac42396a07994ee443384ce1dc61a6f4b5.tar.gz
xen-d9b2d3ac42396a07994ee443384ce1dc61a6f4b5.tar.bz2
xen-d9b2d3ac42396a07994ee443384ce1dc61a6f4b5.zip
This is the initial patch for SMP PAE guest on x86-64 Xen.
For vcpus=2, the SMP PAE guest can do kernel build successfully. And it improves the stability of SMP guests. Signed-off-by: Jun Nakajima <jun.nakajima@intel.com> Signed-off-by: Xiaohui Xin xiaohui.xin@intel.com
Diffstat (limited to 'xen/arch/x86/Makefile')
-rw-r--r--xen/arch/x86/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/arch/x86/Makefile b/xen/arch/x86/Makefile
index 7ce15fea93..e4d6452141 100644
--- a/xen/arch/x86/Makefile
+++ b/xen/arch/x86/Makefile
@@ -76,6 +76,7 @@ boot/mkelf32: boot/mkelf32.c
$(HOSTCC) $(HOSTCFLAGS) -o $@ $<
shadow_guest32.o: shadow.c
+shadow_guest32pae.o: shadow.c
.PHONY: clean
clean::