aboutsummaryrefslogtreecommitdiffstats
path: root/buildconfigs/mk.linux-2.6-xen0
diff options
context:
space:
mode:
authoriap10@freefall.cl.cam.ac.uk <iap10@freefall.cl.cam.ac.uk>2005-07-27 00:27:36 +0000
committeriap10@freefall.cl.cam.ac.uk <iap10@freefall.cl.cam.ac.uk>2005-07-27 00:27:36 +0000
commit36df52b0a8a1a3e3aa35fbd810e6ec03821c778d (patch)
tree71b55d8ee81db154be32884bd69145492cab29a7 /buildconfigs/mk.linux-2.6-xen0
parent44ff21af8ac00d85cd7ba536cf6f60e21395367a (diff)
downloadxen-36df52b0a8a1a3e3aa35fbd810e6ec03821c778d.tar.gz
xen-36df52b0a8a1a3e3aa35fbd810e6ec03821c778d.tar.bz2
xen-36df52b0a8a1a3e3aa35fbd810e6ec03821c778d.zip
Frob the Linux-2.6 configs to enable PAE (HIGHMEM_64G) if XEN_TARGET_X86_PAE=y
Signed-off-by: ian@xensource.com
Diffstat (limited to 'buildconfigs/mk.linux-2.6-xen0')
-rw-r--r--buildconfigs/mk.linux-2.6-xen02
1 files changed, 2 insertions, 0 deletions
diff --git a/buildconfigs/mk.linux-2.6-xen0 b/buildconfigs/mk.linux-2.6-xen0
index b06f289078..3dc195eb05 100644
--- a/buildconfigs/mk.linux-2.6-xen0
+++ b/buildconfigs/mk.linux-2.6-xen0
@@ -32,6 +32,8 @@ $(LINUX_DIR)/include/linux/autoconf.h: ref-$(OS)-$(LINUX_VER)/.valid-ref
cp $(DESTDIR)/boot/config-$(LINUX_VER)$$CONFIG_VERSION-$(EXTRAVERSION) $(LINUX_DIR)/.config \
|| cp $(LINUX_DIR)/arch/xen/configs/$(EXTRAVERSION)_defconfig_$(XEN_TARGET_ARCH) \
$(LINUX_DIR)/.config
+ # See if we need to munge config to enable PAE
+ $(MAKE) CONFIG_FILE=$(LINUX_DIR)/.config -f buildconfigs/Rules.mk config-update-pae
# Patch kernel Makefile to set EXTRAVERSION
( cd $(LINUX_DIR) ; \
sed -e 's/^EXTRAVERSION.*/&$$(XENGUEST)\nXENGUEST = -$(EXTRAVERSION)/' Makefile >Mk.tmp ; \