|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [linux-2.6.18-xen] linux/i386: enforce PAE
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1216905364 -3600
# Node ID 57ccd252e855b3aa941efcd7c797bb38dccf50bf
# Parent d25b46565529413906d33e1f9bba3b452a8ead86
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.
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx>
---
arch/i386/Kconfig | 1 +
1 files changed, 1 insertion(+)
diff -r d25b46565529 -r 57ccd252e855 arch/i386/Kconfig
--- a/arch/i386/Kconfig Wed Jul 23 14:21:58 2008 +0100
+++ b/arch/i386/Kconfig Thu Jul 24 14:16:04 2008 +0100
@@ -107,6 +107,7 @@ config X86_XEN
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-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [linux-2.6.18-xen] linux/i386: enforce PAE,
Xen patchbot-linux-2.6.18-xen <=
|
|
|
|
|