aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBastian Blank <waldi@debian.org>2007-03-16 20:04:34 +0000
committerBastian Blank <waldi@debian.org>2007-03-16 20:04:34 +0000
commit416f529c15e237dd151ec0e0b8208cb28ea8400c (patch)
tree0dc9419aa4f554f4e9a567c2261714865687ac1f
parentb9c68efdbcef75cd6d2ea7c5b44b80edd2a31e3b (diff)
downloadkernel_replicant_linux-416f529c15e237dd151ec0e0b8208cb28ea8400c.tar.gz
kernel_replicant_linux-416f529c15e237dd151ec0e0b8208cb28ea8400c.tar.bz2
kernel_replicant_linux-416f529c15e237dd151ec0e0b8208cb28ea8400c.zip
debian/patches/features/all/xen/update.patch: Update.
svn path=/dists/trunk/linux-2.6/; revision=8365
-rw-r--r--debian/patches/features/all/xen/update.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/patches/features/all/xen/update.patch b/debian/patches/features/all/xen/update.patch
index 5cd42eb7b2c3..68b1122b6d3c 100644
--- a/debian/patches/features/all/xen/update.patch
+++ b/debian/patches/features/all/xen/update.patch
@@ -78,3 +78,14 @@ diff -r 563a16543a96 arch/i386/kernel/microcode-xen.c
if (!ret)
ret = (ssize_t)len;
+diff -r 563a16543a96 arch/x86_64/kernel/process-xen.c
+--- a/arch/x86_64/kernel/process-xen.c Mon Mar 12 14:07:24 2007 +0100
++++ b/arch/x86_64/kernel/process-xen.c Fri Mar 16 20:51:52 2007 +0100
+@@ -72,6 +72,7 @@ EXPORT_SYMBOL(boot_option_idle_override)
+ * Powermanagement idle function, if any..
+ */
+ void (*pm_idle)(void);
++EXPORT_SYMBOL(pm_idle);
+ static DEFINE_PER_CPU(unsigned int, cpu_idle_state);
+
+ static ATOMIC_NOTIFIER_HEAD(idle_notifier);