aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/kexec.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/common/kexec.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/common/kexec.c')
-rw-r--r--xen/common/kexec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xen/common/kexec.c b/xen/common/kexec.c
index a9e85cad7f..80314a6673 100644
--- a/xen/common/kexec.c
+++ b/xen/common/kexec.c
@@ -6,7 +6,6 @@
* - Magnus Damm <magnus@valinux.co.jp>
*/
-#include <asm/kexec.h>
#include <xen/lib.h>
#include <xen/ctype.h>
#include <xen/errno.h>