Re: [RFC][PATCH 3/7] avr32: Remove finish_arch_switch()

2015-07-29 Thread Hans-Christian Egtvedt
Around Wed 29 Jul 2015 21:08:51 +0200 or thereabout, Peter Zijlstra wrote: > Fold the tracing hook into switch_to() in order to remove > finish_arch_switch(). AFAICT this should work, I do not have a nexus debugger to verify behavior. > Cc: Hans-Christian Egtvedt > Signed-off-by: Peter Zijlstra

[RFC][PATCH 3/7] avr32: Remove finish_arch_switch()

2015-07-29 Thread Peter Zijlstra
Fold the tracing hook into switch_to() in order to remove finish_arch_switch(). Cc: Hans-Christian Egtvedt Signed-off-by: Peter Zijlstra (Intel) --- arch/avr32/include/asm/switch_to.h |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) --- a/arch/avr32/include/asm/switch_to.h +++

[RFC][PATCH 3/7] avr32: Remove finish_arch_switch()

2015-07-29 Thread Peter Zijlstra
Fold the tracing hook into switch_to() in order to remove finish_arch_switch(). Cc: Hans-Christian Egtvedt egtv...@samfundet.no Signed-off-by: Peter Zijlstra (Intel) pet...@infradead.org --- arch/avr32/include/asm/switch_to.h |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) ---

Re: [RFC][PATCH 3/7] avr32: Remove finish_arch_switch()

2015-07-29 Thread Hans-Christian Egtvedt
Around Wed 29 Jul 2015 21:08:51 +0200 or thereabout, Peter Zijlstra wrote: Fold the tracing hook into switch_to() in order to remove finish_arch_switch(). AFAICT this should work, I do not have a nexus debugger to verify behavior. Cc: Hans-Christian Egtvedt egtv...@samfundet.no