aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/kexec.h
diff options
context:
space:
mode:
authorAndrew Cooper <andrew.cooper3@citrix.com>2011-11-15 14:50:18 +0100
committerAndrew Cooper <andrew.cooper3@citrix.com>2011-11-15 14:50:18 +0100
commit54b1268c59646a05079606ddd3782bbeaf0850bb (patch)
tree2430efd0c59a7efefb61fbe1693169888a12d832 /xen/include/xen/kexec.h
parent525848a54bd7c76fa59836231368465380909463 (diff)
downloadxen-54b1268c59646a05079606ddd3782bbeaf0850bb.tar.gz
xen-54b1268c59646a05079606ddd3782bbeaf0850bb.tar.bz2
xen-54b1268c59646a05079606ddd3782bbeaf0850bb.zip
KEXEC cleanup: IA64 specific functions should not live in generic header files
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com> Committed-by: Jan Beulich <jbeulich@suse.com>
Diffstat (limited to 'xen/include/xen/kexec.h')
-rw-r--r--xen/include/xen/kexec.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/xen/include/xen/kexec.h b/xen/include/xen/kexec.h
index db58e62361..1039d0966b 100644
--- a/xen/include/xen/kexec.h
+++ b/xen/include/xen/kexec.h
@@ -31,7 +31,6 @@ 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_disable_iosapic(void);
void kexec_crash_save_cpu(void);
crash_xen_info_t *kexec_crash_save_info(void);
void machine_crash_shutdown(void);