aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-ia64/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'xen/include/asm-ia64/event.h')
-rw-r--r--xen/include/asm-ia64/event.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/include/asm-ia64/event.h b/xen/include/asm-ia64/event.h
index e7b5cda8b1..b643684762 100644
--- a/xen/include/asm-ia64/event.h
+++ b/xen/include/asm-ia64/event.h
@@ -11,6 +11,7 @@
static inline void evtchn_notify(struct vcpu *v)
{
+ vcpu_pend_interrupt(v, v->vcpu_info->arch.evtchn_vector);
}
#endif