Re: [RFC][PATCH 0/7] sched: Remove finish_arch_switch()

2015-07-31 Thread Ingo Molnar
* Peter Zijlstra wrote: > On Wed, Jul 29, 2015 at 09:08:48PM +0200, Peter Zijlstra wrote: > > Hi, > > > > There were only a few architectures utilizing finish_arch_switch() and it > > looks > > like they can all do without. > > > > This means we can remove finish_arch_switch(); partly to make

Re: [RFC][PATCH 0/7] sched: Remove finish_arch_switch()

2015-07-30 Thread Peter Zijlstra
On Wed, Jul 29, 2015 at 09:08:48PM +0200, Peter Zijlstra wrote: > Hi, > > There were only a few architectures utilizing finish_arch_switch() and it > looks > like they can all do without. > > This means we can remove finish_arch_switch(); partly to make up for > introducing finish_arch_post_lock

[RFC][PATCH 0/7] sched: Remove finish_arch_switch()

2015-07-29 Thread Peter Zijlstra
Hi, There were only a few architectures utilizing finish_arch_switch() and it looks like they can all do without. This means we can remove finish_arch_switch(); partly to make up for introducing finish_arch_post_lock_switch(), partly to reduce the number of arch hooks to consider. Much thanks to