Hi Keir: [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> diff -r 7953164cebb6 unmodified_drivers/linux-2.6/platform-pci/machine_reboot.c --- a/unmodified_drivers/linux-2.6/platform-pci/machine_reboot.c Tue Aug 07 09:07:29 2007 +0100 +++ b/unmodified_drivers/linux-2.6/platform-pci/machine_reboot.c Mon Aug 13 16:53:13 2007 +0800 @@ -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> Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel