|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] Since we use configs from dist/install/boot in preferenc
# HG changeset patch
# User iap10@xxxxxxxxxxxxxxxxxxxxx
# Node ID ebe13fb42cd3cba393d5c74560677f6da85494c3
# Parent 29902aea904fde5892295f118aa9b971fa810a47
Since we use configs from dist/install/boot in preference to the default
configs, update the PAE auto-switcher to work with these too.
Signed-off-by: ian@xxxxxxxxxxxxx
diff -r 29902aea904f -r ebe13fb42cd3 buildconfigs/Rules.mk
--- a/buildconfigs/Rules.mk Wed Aug 3 06:46:53 2005
+++ b/buildconfigs/Rules.mk Wed Aug 3 08:25:58 2005
@@ -115,7 +115,7 @@
ifeq ($(XEN_TARGET_X86_PAE),y)
sed -e 's!^CONFIG_HIGHMEM4G=y$$!\# CONFIG_HIGHMEM4G is not set!;s!^\#
CONFIG_HIGHMEM64G is not set$$!CONFIG_HIGHMEM64G=y!' $(CONFIG_FILE) >
$(CONFIG_FILE)- && mv $(CONFIG_FILE)- $(CONFIG_FILE)
else
- @: # do nothing yet
+ grep '^CONFIG_HIGHMEM64G=y' $(CONFIG_FILE) >/dev/null && sed -e
's!^CONFIG_HIGHMEM64G=y$$!\# CONFIG_HIGHMEM64G is not set!;s!^\#
CONFIG_HIGHMEM4G is not set$$!CONFIG_HIGHMEM4G=y!' $(CONFIG_FILE) >
$(CONFIG_FILE)- && mv $(CONFIG_FILE)- $(CONFIG_FILE)
endif
# never delete any intermediate files.
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] Since we use configs from dist/install/boot in preference to the default configs, update the PAE auto-switcher to work with these too.,
Xen patchbot -unstable <=
|
|
|
|
|