aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern Brandenburg <bbb@mpi-sws.org>2017-06-15 04:00:40 -0400
committerBjoern Brandenburg <bbb@mpi-sws.org>2017-06-15 04:00:40 -0400
commite8575cb25e0afb6b11cc1d580947018f72e83d95 (patch)
tree51b626329e22d83a93ae681e40987ab7c4236b45
parent0b78bf5027b53f94d79a4cbbfbf3636c6864cea3 (diff)
ARM: remove LITMUS^RT IPI notifier
-rw-r--r--arch/arm/kernel/smp.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/kernel/smp.c b/arch/arm/kernel/smp.c
index b89255cf8f24..7dd14e8395e6 100644
--- a/arch/arm/kernel/smp.c
+++ b/arch/arm/kernel/smp.c
@@ -51,8 +51,6 @@
51#define CREATE_TRACE_POINTS 51#define CREATE_TRACE_POINTS
52#include <trace/events/ipi.h> 52#include <trace/events/ipi.h>
53 53
54#include <litmus/preempt.h>
55
56/* 54/*
57 * as from 2.5, kernels no longer have an init_tasks structure 55 * as from 2.5, kernels no longer have an init_tasks structure
58 * so we need some other way of telling a new secondary core 56 * so we need some other way of telling a new secondary core
@@ -616,8 +614,6 @@ void handle_IPI(int ipinr, struct pt_regs *regs)
616#endif 614#endif
617 615
618 case IPI_RESCHEDULE: 616 case IPI_RESCHEDULE:
619 /* LITMUS^RT: take action based on scheduler state */
620 sched_state_ipi();
621 scheduler_ipi(); 617 scheduler_ipi();
622 break; 618 break;
623 619