2007-12-20 16:46:41 +01:00
|
|
|
Index: xen-3.2-testing/unmodified_drivers/linux-2.6/mkbuildtree
|
2007-05-04 00:32:49 +02:00
|
|
|
===================================================================
|
2007-12-20 16:46:41 +01:00
|
|
|
--- xen-3.2-testing.orig/unmodified_drivers/linux-2.6/mkbuildtree
|
|
|
|
+++ xen-3.2-testing/unmodified_drivers/linux-2.6/mkbuildtree
|
2008-02-02 01:58:27 +01:00
|
|
|
@@ -40,7 +40,7 @@ ln -sf ${XL}/drivers/xen/core/reboot.c p
|
2007-12-20 16:46:41 +01:00
|
|
|
mkdir -p include/asm include/xen
|
2007-05-04 00:32:49 +02:00
|
|
|
|
2007-12-20 16:46:41 +01:00
|
|
|
lndir -silent ${XL}/include/xen include/xen
|
|
|
|
-ln -nsf ${XEN}/include/public include/xen/interface
|
|
|
|
+ln -nsf ${XEN}/interface include/xen/interface
|
2007-08-12 11:48:30 +02:00
|
|
|
|
2007-12-20 16:46:41 +01:00
|
|
|
# Need to be quite careful here: we don't want the files we link in to
|
|
|
|
# risk overriding the native Linux ones (in particular, system.h must
|
2008-02-02 01:58:27 +01:00
|
|
|
Index: xen-3.2-testing/unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h
|
2008-01-12 02:32:53 +01:00
|
|
|
===================================================================
|
2008-02-02 01:58:27 +01:00
|
|
|
--- xen-3.2-testing.orig/unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h
|
|
|
|
+++ xen-3.2-testing/unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h
|
|
|
|
@@ -151,7 +151,7 @@ typedef irqreturn_t (*irq_handler_t)(int
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,23)
|
|
|
|
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,18) && CONFIG_SLE_VERSION < 10
|
|
|
|
#define setup_xen_features xen_setup_features
|
|
|
|
#endif
|
|
|
|
|