aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/events.c
diff options
context:
space:
mode:
authorsos22@douglas.cl.cam.ac.uk <sos22@douglas.cl.cam.ac.uk>2006-07-28 14:00:37 +0100
committersos22@douglas.cl.cam.ac.uk <sos22@douglas.cl.cam.ac.uk>2006-07-28 14:00:37 +0100
commitd4b239ecc1455bd212c410bdb2bacaa2d3a6b702 (patch)
treeeb34ad63c30d1e880969d0b50c357055f81e4452 /extras/mini-os/events.c
parenta111f90b19c58f12bd708927c5bf32a1117239fb (diff)
downloadxen-d4b239ecc1455bd212c410bdb2bacaa2d3a6b702.tar.gz
xen-d4b239ecc1455bd212c410bdb2bacaa2d3a6b702.tar.bz2
xen-d4b239ecc1455bd212c410bdb2bacaa2d3a6b702.zip
[MINI-OS] unbind_virq is broken and nobody uses it. Remove it.
Signed-off-by: Steven Smith <sos22@cam.ac.uk>
Diffstat (limited to 'extras/mini-os/events.c')
-rw-r--r--extras/mini-os/events.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/extras/mini-os/events.c b/extras/mini-os/events.c
index 0acacb2527..23a0c0a453 100644
--- a/extras/mini-os/events.c
+++ b/extras/mini-os/events.c
@@ -105,11 +105,6 @@ int bind_virq( u32 virq, void (*handler)(int, struct pt_regs *, void *data),
return 0;
}
-void unbind_virq( u32 port )
-{
- unbind_evtchn(port);
-}
-
#if defined(__x86_64__)
/* Allocate 4 pages for the irqstack */
#define STACK_PAGES 4