]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - src/patches/suse-2.6.27.31/patches.xen/xen-kconfig-compat-3.2.0
Reenabled linux-xen, added patches for Xen Kernel Version 2.6.27.31,
[people/teissler/ipfire-2.x.git] / src / patches / suse-2.6.27.31 / patches.xen / xen-kconfig-compat-3.2.0
diff --git a/src/patches/suse-2.6.27.31/patches.xen/xen-kconfig-compat-3.2.0 b/src/patches/suse-2.6.27.31/patches.xen/xen-kconfig-compat-3.2.0
new file mode 100644 (file)
index 0000000..96b7195
--- /dev/null
@@ -0,0 +1,26 @@
+From: jbeulich@novell.com
+Subject: add 3.2.0-compatibility configure option
+Patch-mainline: obsolete
+
+Index: head-2008-10-24/drivers/xen/Kconfig
+===================================================================
+--- head-2008-10-24.orig/drivers/xen/Kconfig   2008-10-24 10:46:02.000000000 +0200
++++ head-2008-10-24/drivers/xen/Kconfig        2008-10-24 10:52:17.000000000 +0200
+@@ -267,6 +267,9 @@ choice
+       config XEN_COMPAT_030100_AND_LATER
+               bool "3.1.0 and later"
++      config XEN_COMPAT_030200_AND_LATER
++              bool "3.2.0 and later"
++
+       config XEN_COMPAT_LATEST_ONLY
+               bool "no compatibility code"
+@@ -275,6 +278,7 @@ endchoice
+ config XEN_COMPAT
+       hex
+       default 0xffffff if XEN_COMPAT_LATEST_ONLY
++      default 0x030200 if XEN_COMPAT_030200_AND_LATER
+       default 0x030100 if XEN_COMPAT_030100_AND_LATER
+       default 0x030004 if XEN_COMPAT_030004_AND_LATER
+       default 0x030002 if XEN_COMPAT_030002_AND_LATER