aboutsummaryrefslogtreecommitdiff
path: root/arch/score/include
diff options
context:
space:
mode:
authorPeter Zijlstra <peterz@infradead.org>2015-07-29 17:27:17 +0200
committerIngo Molnar <mingo@kernel.org>2015-08-04 09:38:04 +0200
commit08960e344800267df4980c2180e3c2c0c9b5f460 (patch)
tree47fccb59290c9330f1ec38be058f5673b1829781 /arch/score/include
parentdfdbd59712d58e2ead89df616798968392c5423b (diff)
sched, score: Remove finish_arch_switch()
An empty implementation, make it go away. Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Mike Galbraith <efault@gmx.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: linux-kernel@vger.kernel.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/score/include')
-rw-r--r--arch/score/include/asm/switch_to.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/score/include/asm/switch_to.h b/arch/score/include/asm/switch_to.h
index 031756b59ece..fda3f83308d2 100644
--- a/arch/score/include/asm/switch_to.h
+++ b/arch/score/include/asm/switch_to.h
@@ -8,6 +8,4 @@ do { \
(last) = resume(prev, next, task_thread_info(next)); \
} while (0)
-#define finish_arch_switch(prev) do {} while (0)
-
#endif /* _ASM_SCORE_SWITCH_TO_H */