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>
This commit is contained in:
parent
dfdbd59712
commit
08960e3448
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue