]> xenbits.xensource.com Git - xen.git/commitdiff
x86: drop arch_evtchn_inject()
authorJan Beulich <jbeulich@suse.com>
Tue, 18 Jun 2019 14:06:40 +0000 (16:06 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 18 Jun 2019 14:06:40 +0000 (16:06 +0200)
For whatever reason this was omitted from the backport of d9195962a6
("events: drop arch_evtchn_inject()").

Signed-off-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/hvm/irq.c

index c85d00440261221b3db9b7ca4255635070cef10b..2b7d8edb96c07954a5d645d843d5791abb2ebe18 100644 (file)
@@ -562,12 +562,6 @@ int hvm_local_events_need_delivery(struct vcpu *v)
     return !hvm_interrupt_blocked(v, intack);
 }
 
-void arch_evtchn_inject(struct vcpu *v)
-{
-    if ( is_hvm_vcpu(v) )
-        hvm_assert_evtchn_irq(v);
-}
-
 static void irq_dump(struct domain *d)
 {
     struct hvm_irq *hvm_irq = hvm_domain_irq(d);