aboutsummaryrefslogtreecommitdiff
path: root/sys/xen/evtchn
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>2009-04-01 17:06:28 +0000
committerDoug Rabson <dfr@FreeBSD.org>2009-04-01 17:06:28 +0000
commit3e33218d77e6ed32f2dfdab38b1337fd0b024bd6 (patch)
tree5494350917ada193418eaf287c32a9c53171fa67 /sys/xen/evtchn
parent4a608e44b524e41bff34be5291dce3c5de0ff341 (diff)
downloadsrc-3e33218d77e6ed32f2dfdab38b1337fd0b024bd6.tar.gz
src-3e33218d77e6ed32f2dfdab38b1337fd0b024bd6.zip
Fix the Xen build for i386 PV mode.
Notes
Notes: svn path=/head/; revision=190627
Diffstat (limited to 'sys/xen/evtchn')
-rw-r--r--sys/xen/evtchn/evtchn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/xen/evtchn/evtchn.c b/sys/xen/evtchn/evtchn.c
index 61b738b0d981..59d24b2df092 100644
--- a/sys/xen/evtchn/evtchn.c
+++ b/sys/xen/evtchn/evtchn.c
@@ -512,7 +512,7 @@ bind_interdomain_evtchn_to_irqhandler(unsigned int remote_domain,
int
bind_virq_to_irqhandler(unsigned int virq, unsigned int cpu,
const char *devname, driver_filter_t filter, driver_intr_t handler,
- unsigned long irqflags, unsigned int *irqp)
+ void *arg, unsigned long irqflags, unsigned int *irqp)
{
unsigned int irq;
int error;