aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/Makefile
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-04-04 15:20:12 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-04-04 15:20:12 +0100
commit28efb2481ff9523f1f4acb02219cf54d6594ada5 (patch)
treee8b53f07114adb7a74ec5014ed92dee81f707567 /xen/arch/x86/Makefile
parentc82d714c9c5f9a5f924e21f06c436d8794c3eca4 (diff)
downloadxen-28efb2481ff9523f1f4acb02219cf54d6594ada5.tar.gz
xen-28efb2481ff9523f1f4acb02219cf54d6594ada5.tar.bz2
xen-28efb2481ff9523f1f4acb02219cf54d6594ada5.zip
We had reports of reboot not working on certain machines (specifically
Compaq/HP notebooks), where Linux already has code to deal with that. Apparently that code was either deleted during the original port or got added to Linux after the original port was done. Anyway, this patch adds the respective Linux code (slightly adjusted) to deal with the same systems in Xen. From: Jan Beulich Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/arch/x86/Makefile')
-rw-r--r--xen/arch/x86/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/arch/x86/Makefile b/xen/arch/x86/Makefile
index c7a2e6ae1d..dee62f224a 100644
--- a/xen/arch/x86/Makefile
+++ b/xen/arch/x86/Makefile
@@ -30,6 +30,7 @@ obj-y += nmi.o
obj-y += physdev.o
obj-y += rwlock.o
obj-y += setup.o
+obj-y += shutdown.o
obj-y += smp.o
obj-y += smpboot.o
obj-y += string.o