]> xenbits.xensource.com Git - xen.git/commitdiff
x86: drop arch_evtchn_inject()
authorJan Beulich <jbeulich@suse.com>
Fri, 21 Jun 2019 10:20:10 +0000 (12:20 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 21 Jun 2019 10:20:10 +0000 (12:20 +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>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/hvm/irq.c

index ce85ad0a2adb9b9268f6d8ce7a01f7b95d9c9409..7d0ab4d6d8fa7e95de5b3cc165a0a1f109df8fd0 100644 (file)
@@ -516,12 +516,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);