aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/crash.c
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@xensource.com>2007-02-08 11:03:29 +0000
committerIan Campbell <ian.campbell@xensource.com>2007-02-08 11:03:29 +0000
commit9c47bd3d1e8e66c787f3dbf1f475dd536ab5d184 (patch)
tree8bea0bcff713e042b71db9f28294317c83d9de57 /xen/arch/x86/crash.c
parent49d6f8401bf93c7a5ac411db31d7a84a77df66b4 (diff)
downloadxen-9c47bd3d1e8e66c787f3dbf1f475dd536ab5d184.tar.gz
xen-9c47bd3d1e8e66c787f3dbf1f475dd536ab5d184.tar.bz2
xen-9c47bd3d1e8e66c787f3dbf1f475dd536ab5d184.zip
[XEN] kexec: Remove asm/kexec.h. Move the single inline function into
arch specific machine_kexec.c with the other arch specific kexec functions. IA64 already had a stub in both kexec.h and machine_kexec.c. Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
Diffstat (limited to 'xen/arch/x86/crash.c')
-rw-r--r--xen/arch/x86/crash.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xen/arch/x86/crash.c b/xen/arch/x86/crash.c
index 73eb4724a8..cae1768633 100644
--- a/xen/arch/x86/crash.c
+++ b/xen/arch/x86/crash.c
@@ -11,7 +11,6 @@
#include <asm/atomic.h>
#include <asm/elf.h>
#include <asm/percpu.h>
-#include <asm/kexec.h>
#include <xen/types.h>
#include <xen/irq.h>
#include <asm/ipi.h>