aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/compat
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-03-03 10:58:06 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-03-03 10:58:06 +0000
commit2fc479d9df28a26283b8c2c97b1b59088120faa6 (patch)
treea169bb41748ed25a80ca106e9384daa383f40e4e /xen/common/compat
parent3af17d6a103ff026360d7e098fd9349881330567 (diff)
downloadxen-2fc479d9df28a26283b8c2c97b1b59088120faa6.tar.gz
xen-2fc479d9df28a26283b8c2c97b1b59088120faa6.tar.bz2
xen-2fc479d9df28a26283b8c2c97b1b59088120faa6.zip
kexec: Add explicit kexec_load_unload_compat()
Add an explicit kexec_load_unload_compat() using the same method that was used to create kexec_range_compat() Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'xen/common/compat')
-rw-r--r--xen/common/compat/kexec.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/xen/common/compat/kexec.c b/xen/common/compat/kexec.c
index bcf9d05908..9b03be1f44 100644
--- a/xen/common/compat/kexec.c
+++ b/xen/common/compat/kexec.c
@@ -5,13 +5,6 @@
#include <compat/kexec.h>
#define COMPAT
-#define ret_t int
-
-#define do_kexec_op compat_kexec_op
-
-#define kexec_load_unload compat_kexec_load_unload
-#define xen_kexec_load compat_kexec_load
-#define xen_kexec_load_t compat_kexec_load_t
CHECK_kexec_exec;