aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/include/x86
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-04-16 10:06:19 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-04-16 10:06:19 +0100
commit796b445b0080452f93f4a98af2d4fe8fea15ebf4 (patch)
treefb5721f7492c545ec056d9a3789769468b1e7999 /extras/mini-os/include/x86
parent28baa78877ebda840603774d6a1e3e9da9546a6e (diff)
downloadxen-796b445b0080452f93f4a98af2d4fe8fea15ebf4.tar.gz
xen-796b445b0080452f93f4a98af2d4fe8fea15ebf4.tar.bz2
xen-796b445b0080452f93f4a98af2d4fe8fea15ebf4.zip
minios: call do_hypervisor_callback directly from force_evtchn_callback
instead of unnecessarily going through the hypervisor. Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
Diffstat (limited to 'extras/mini-os/include/x86')
-rw-r--r--extras/mini-os/include/x86/os.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/extras/mini-os/include/x86/os.h b/extras/mini-os/include/x86/os.h
index 7217d0b3ca..1cab0a73db 100644
--- a/extras/mini-os/include/x86/os.h
+++ b/extras/mini-os/include/x86/os.h
@@ -28,7 +28,6 @@ extern void do_exit(void) __attribute__((noreturn));
#include <xen/xen.h>
-#define force_evtchn_callback() ((void)HYPERVISOR_xen_version(0, 0))
#define __KERNEL_CS FLAT_KERNEL_CS
#define __KERNEL_DS FLAT_KERNEL_DS