aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenpaging
diff options
context:
space:
mode:
authorOlaf Hering <olaf@aepfle.de>2011-06-10 10:47:08 +0200
committerOlaf Hering <olaf@aepfle.de>2011-06-10 10:47:08 +0200
commit46d75a5647a3f1839188c2fecbff7cac462c44db (patch)
tree5a3da43473a479aea27e476905d832c5402e90f1 /tools/xenpaging
parent305ed55b97fe1950c2a3af93bca8c19d4429e542 (diff)
downloadxen-46d75a5647a3f1839188c2fecbff7cac462c44db.tar.gz
xen-46d75a5647a3f1839188c2fecbff7cac462c44db.tar.bz2
xen-46d75a5647a3f1839188c2fecbff7cac462c44db.zip
xenpaging: drop xc.c, remove xc_wait_for_event
xc_wait_for_event is not used in xenpaging. Signed-off-by: Olaf Hering <olaf@aepfle.de> Committed-by: Ian Jackson <ian.jackson.citrix.com>
Diffstat (limited to 'tools/xenpaging')
-rw-r--r--tools/xenpaging/xc.c4
-rw-r--r--tools/xenpaging/xc.h1
2 files changed, 0 insertions, 5 deletions
diff --git a/tools/xenpaging/xc.c b/tools/xenpaging/xc.c
index 754da4cb27..26b8d0fd72 100644
--- a/tools/xenpaging/xc.c
+++ b/tools/xenpaging/xc.c
@@ -91,10 +91,6 @@ int xc_wait_for_event_or_timeout(xc_interface *xch, xc_evtchn *xce, unsigned lon
return -errno;
}
-int xc_wait_for_event(xc_interface *xch, xc_evtchn *xce)
-{
- return xc_wait_for_event_or_timeout(xch, xce, -1);
-}
diff --git a/tools/xenpaging/xc.h b/tools/xenpaging/xc.h
index e554755901..f0e714cfe1 100644
--- a/tools/xenpaging/xc.h
+++ b/tools/xenpaging/xc.h
@@ -38,7 +38,6 @@
int xc_mem_paging_flush_ioemu_cache(domid_t domain_id);
-int xc_wait_for_event(xc_interface *xch, xc_evtchn *xce);
int xc_wait_for_event_or_timeout(xc_interface *xch, xc_evtchn *xce, unsigned long ms);