aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/smp.c
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2007-11-21 09:45:22 +0000
committerKeir Fraser <keir.fraser@citrix.com>2007-11-21 09:45:22 +0000
commit6841190c2485d43b97a0048a690bba3676c680d5 (patch)
tree7112c2e378a1cb7623a2fa0a8aaa406d244ac5f4 /xen/arch/x86/smp.c
parentc18f962df8bcdb6dd34e8eaf9d39bc2528401453 (diff)
downloadxen-6841190c2485d43b97a0048a690bba3676c680d5.tar.gz
xen-6841190c2485d43b97a0048a690bba3676c680d5.tar.bz2
xen-6841190c2485d43b97a0048a690bba3676c680d5.zip
Remove unused smpboot.h header file.
Signed-off-by: Keir Fraser <keir.fraser@eu.citrix.com>
Diffstat (limited to 'xen/arch/x86/smp.c')
-rw-r--r--xen/arch/x86/smp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xen/arch/x86/smp.c b/xen/arch/x86/smp.c
index c8886e947a..11e150e75a 100644
--- a/xen/arch/x86/smp.c
+++ b/xen/arch/x86/smp.c
@@ -18,7 +18,6 @@
#include <asm/smp.h>
#include <asm/mc146818rtc.h>
#include <asm/flushtlb.h>
-#include <asm/smpboot.h>
#include <asm/hardirq.h>
#include <asm/ipi.h>
#include <asm/hvm/support.h>