|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] linux/i386: enforce PAE
Now that building non-PAE kernels isn't really possible anymore, force
X86_PAE on when X86_XEN gets selected.
While not in this patch, include/asm-i386/mach-xen/pgtable-2level*.h
could also be removed to reflect that state.
As usual, written and tested on 2.6.26 and made apply to the 2.6.18
tree without further testing.
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx>
Index: head-2008-07-21/arch/i386/Kconfig
===================================================================
--- head-2008-07-21.orig/arch/i386/Kconfig 2008-07-22 09:14:58.000000000
+0200
+++ head-2008-07-21/arch/i386/Kconfig 2008-07-21 14:13:10.000000000 +0200
@@ -107,6 +107,7 @@ config X86_PC
config X86_XEN
bool "Xen-compatible"
select XEN
+ select X86_PAE
select X86_UP_APIC if !SMP && XEN_PRIVILEGED_GUEST
select X86_UP_IOAPIC if !SMP && XEN_PRIVILEGED_GUEST
select SWIOTLB
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [PATCH] linux/i386: enforce PAE,
Jan Beulich <=
|
|
|
|
|