summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tags/2.6.18-4/50002_always-enable-xen-genapic.patch')
-rw-r--r--tags/2.6.18-4/50002_always-enable-xen-genapic.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/tags/2.6.18-4/50002_always-enable-xen-genapic.patch b/tags/2.6.18-4/50002_always-enable-xen-genapic.patch
new file mode 100644
index 0000000..a9b8b77
--- /dev/null
+++ b/tags/2.6.18-4/50002_always-enable-xen-genapic.patch
@@ -0,0 +1,12 @@
+diff -ru linux-2.6.18-xen.orig/arch/x86_64/Kconfig linux-2.6.18-xen/arch/x86_64/Kconfig
+--- linux-2.6.18-xen.orig/arch/x86_64/Kconfig 2007-08-07 17:37:58.000000000 -0700
++++ linux-2.6.18-xen/arch/x86_64/Kconfig 2007-08-07 17:39:32.000000000 -0700
+@@ -234,7 +234,7 @@
+ config X86_XEN_GENAPIC
+ bool
+ depends X86_64_XEN
+- default XEN_PRIVILEGED_GUEST || SMP
++ default y
+
+ config X86_LOCAL_APIC
+ bool