aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/kexec.h
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/include/xen/kexec.h
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/include/xen/kexec.h')
-rw-r--r--xen/include/xen/kexec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/include/xen/kexec.h b/xen/include/xen/kexec.h
index be09c0a1ab..523846af06 100644
--- a/xen/include/xen/kexec.h
+++ b/xen/include/xen/kexec.h
@@ -25,6 +25,7 @@ int machine_kexec_load(int type, int slot, xen_kexec_image_t *image);
void machine_kexec_unload(int type, int slot, xen_kexec_image_t *image);
void machine_kexec_reserved(xen_kexec_reserve_t *reservation);
void machine_reboot_kexec(xen_kexec_image_t *image);
+void machine_kexec(xen_kexec_image_t *image);
void kexec_crash(void);
void kexec_crash_save_cpu(void);
crash_xen_info_t *kexec_crash_save_info(void);