diff options
author | Bjoern Brandenburg <bbb@mpi-sws.org> | 2017-06-15 04:01:10 -0400 |
---|---|---|
committer | Bjoern Brandenburg <bbb@mpi-sws.org> | 2017-06-15 04:01:10 -0400 |
commit | ea926cc5b02156f3b3530e438bba57f6d10f3446 (patch) | |
tree | a474dd0b5b31e4a7d2b6e5e3436a8ede79880e80 | |
parent | e8575cb25e0afb6b11cc1d580947018f72e83d95 (diff) |
x86: remove LITMUS^RT IPI notifier
-rw-r--r-- | arch/x86/kernel/smp.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/x86/kernel/smp.c b/arch/x86/kernel/smp.c index ec28c740cc55..271349a8eef1 100644 --- a/arch/x86/kernel/smp.c +++ b/arch/x86/kernel/smp.c | |||
@@ -24,8 +24,6 @@ | |||
24 | #include <linux/cpu.h> | 24 | #include <linux/cpu.h> |
25 | #include <linux/gfp.h> | 25 | #include <linux/gfp.h> |
26 | 26 | ||
27 | #include <litmus/preempt.h> | ||
28 | |||
29 | #include <asm/mtrr.h> | 27 | #include <asm/mtrr.h> |
30 | #include <asm/tlbflush.h> | 28 | #include <asm/tlbflush.h> |
31 | #include <asm/mmu_context.h> | 29 | #include <asm/mmu_context.h> |
@@ -270,11 +268,6 @@ __visible void smp_reschedule_interrupt(struct pt_regs *regs) | |||
270 | /* | 268 | /* |
271 | * KVM uses this interrupt to force a cpu out of guest mode | 269 | * KVM uses this interrupt to force a cpu out of guest mode |
272 | */ | 270 | */ |
273 | |||
274 | /* LITMUS^RT: this IPI might need to trigger the sched state machine. | ||
275 | * Starting from 3.0 schedule_ipi() actually does something. This may | ||
276 | * increase IPI latencies compared with previous versions. */ | ||
277 | sched_state_ipi(); | ||
278 | } | 271 | } |
279 | 272 | ||
280 | __visible void smp_trace_reschedule_interrupt(struct pt_regs *regs) | 273 | __visible void smp_trace_reschedule_interrupt(struct pt_regs *regs) |