aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/genapic
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-08-07 15:35:06 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-08-07 15:35:06 +0100
commit9ee1bd77bfc225d638c8df106238f875025b5e8f (patch)
tree1c3f2a8d2f3358fa195d43390e0d9f6cc41c3bb3 /xen/arch/x86/genapic
parent3923c6638e50c51781fb5f6f29729c71336eb95a (diff)
downloadxen-9ee1bd77bfc225d638c8df106238f875025b5e8f.tar.gz
xen-9ee1bd77bfc225d638c8df106238f875025b5e8f.tar.bz2
xen-9ee1bd77bfc225d638c8df106238f875025b5e8f.zip
[XEN] Clean up shutdown handling and ignore opt_noreboot if dom0
shuts down cleanly. The option is intended only to retain information on the local console in case of a crash. Based on a patch from Muli Ben-Yehuda <muli@il.ibm.com> Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/arch/x86/genapic')
-rw-r--r--xen/arch/x86/genapic/es7000plat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xen/arch/x86/genapic/es7000plat.c b/xen/arch/x86/genapic/es7000plat.c
index 1d7d0d5776..56752061c7 100644
--- a/xen/arch/x86/genapic/es7000plat.c
+++ b/xen/arch/x86/genapic/es7000plat.c
@@ -31,7 +31,6 @@
#include <xen/string.h>
#include <xen/spinlock.h>
#include <xen/errno.h>
-#include <xen/reboot.h>
#include <xen/init.h>
#include <xen/acpi.h>
#include <asm/io.h>