aboutsummaryrefslogtreecommitdiffstats
path: root/unmodified_drivers
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-08-13 16:41:04 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-08-13 16:41:04 +0100
commit74a665b5eea1e0987118f848af558acea46623f5 (patch)
tree13dbe620c3e63c58bcbb7c3752aafbdedc935124 /unmodified_drivers
parent6d9199bd0f2227d74c37d9e21b819f66318c55f2 (diff)
downloadxen-74a665b5eea1e0987118f848af558acea46623f5.tar.gz
xen-74a665b5eea1e0987118f848af558acea46623f5.tar.bz2
xen-74a665b5eea1e0987118f848af558acea46623f5.zip
[PV-on-HVM]: Add missing includes
This patch adds missing includes that currently work through indirect inclusions. This cannot be relied on and indeed does break on older kernels (2.4 for PV-on-HVM). Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'unmodified_drivers')
-rw-r--r--unmodified_drivers/linux-2.6/platform-pci/machine_reboot.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/unmodified_drivers/linux-2.6/platform-pci/machine_reboot.c b/unmodified_drivers/linux-2.6/platform-pci/machine_reboot.c
index bd58d2ceb5..33c468d594 100644
--- a/unmodified_drivers/linux-2.6/platform-pci/machine_reboot.c
+++ b/unmodified_drivers/linux-2.6/platform-pci/machine_reboot.c
@@ -1,5 +1,6 @@
#include <linux/config.h>
-#include <linux/stop_machine.h>
+#include <linux/cpumask.h>
+#include <linux/preempt.h>
#include <xen/evtchn.h>
#include <xen/gnttab.h>
#include <xen/xenbus.h>