summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/xen
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2008-09-26 05:54:24 +0000
committerkmacy <kmacy@FreeBSD.org>2008-09-26 05:54:24 +0000
commitee87f9c03f3363226009b04be8739a0c94aa18ba (patch)
tree87fb843f20e48fd58b6c1af6bfc4a9cd7b17d6b4 /sys/i386/include/xen
parent65146c6fd4604a8e65ab81176157e6ccfa9b6f34 (diff)
downloadFreeBSD-src-ee87f9c03f3363226009b04be8739a0c94aa18ba.zip
FreeBSD-src-ee87f9c03f3363226009b04be8739a0c94aa18ba.tar.gz
move ipi_pcpu to evtchn.c
Diffstat (limited to 'sys/i386/include/xen')
-rw-r--r--sys/i386/include/xen/evtchn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/include/xen/evtchn.h b/sys/i386/include/xen/evtchn.h
index 1124105..92ee578 100644
--- a/sys/i386/include/xen/evtchn.h
+++ b/sys/i386/include/xen/evtchn.h
@@ -59,6 +59,7 @@ notify_remote_via_evtchn(int port)
*/
int irq_to_evtchn_port(int irq);
+void ipi_pcpu(unsigned int cpu, int vector);
/*
* CHARACTER-DEVICE DEFINITIONS
OpenPOWER on IntegriCloud