[RFC][PATCH 6/7] Remove finish_arch_switch

2015-07-29 Thread Peter Zijlstra
From: Chris Metcalf Move the simulator bits into switch_to() and use finish_arch_post_lock_switch() for the homecache migration bits. Signed-off-by: Peter Zijlstra (Intel) --- arch/tile/include/asm/switch_to.h | 10 +++--- arch/tile/kernel/process.c| 17 +++-- 2

[RFC][PATCH 6/7] Remove finish_arch_switch

2015-07-29 Thread Peter Zijlstra
From: Chris Metcalf cmetc...@ezchip.com Move the simulator bits into switch_to() and use finish_arch_post_lock_switch() for the homecache migration bits. Signed-off-by: Peter Zijlstra (Intel) pet...@infradead.org --- arch/tile/include/asm/switch_to.h | 10 +++---