diff options
author | Bjoern Brandenburg <bbb@mpi-sws.org> | 2017-06-15 04:01:27 -0400 |
---|---|---|
committer | Bjoern Brandenburg <bbb@mpi-sws.org> | 2017-06-15 04:01:27 -0400 |
commit | 7c2bc90ec99f1f774d6240d9e3d96f1fe80b84c6 (patch) | |
tree | 8f78ee1c45bc8818aef4f491cb4a6d644b3cdb30 | |
parent | ea926cc5b02156f3b3530e438bba57f6d10f3446 (diff) |
Xen/x86: remove LITMUS^RT IPI notifier
-rw-r--r-- | arch/x86/xen/smp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/xen/smp.c b/arch/x86/xen/smp.c index ef65354b3faa..137afbbd0590 100644 --- a/arch/x86/xen/smp.c +++ b/arch/x86/xen/smp.c | |||
@@ -66,8 +66,6 @@ static irqreturn_t xen_reschedule_interrupt(int irq, void *dev_id) | |||
66 | inc_irq_stat(irq_resched_count); | 66 | inc_irq_stat(irq_resched_count); |
67 | scheduler_ipi(); | 67 | scheduler_ipi(); |
68 | 68 | ||
69 | sched_state_ipi(); | ||
70 | |||
71 | return IRQ_HANDLED; | 69 | return IRQ_HANDLED; |
72 | } | 70 | } |
73 | 71 | ||