Re: [PATCH] arm64: Fix task tracing

2013-04-08 Thread Will Deacon
On Mon, Apr 08, 2013 at 03:42:24PM +0100, Christopher Covington wrote: > On 04/03/2013 02:04 PM, Will Deacon wrote: > > Hi Christopher, > > > > On Wed, Apr 03, 2013 at 07:01:01PM +0100, Christopher Covington wrote: > >> For accurate accounting call contextidr_thread_switch before a > >> task is sc

Re: [PATCH] arm64: Fix task tracing

2013-04-08 Thread Christopher Covington
Hi Will, On 04/03/2013 02:04 PM, Will Deacon wrote: > Hi Christopher, > > On Wed, Apr 03, 2013 at 07:01:01PM +0100, Christopher Covington wrote: >> For accurate accounting call contextidr_thread_switch before a >> task is scheduled, rather than after. >> >> Signed-off-by: Christopher Covington >

Re: [PATCH] arm64: Fix task tracing

2013-04-03 Thread Will Deacon
Hi Christopher, On Wed, Apr 03, 2013 at 07:01:01PM +0100, Christopher Covington wrote: > For accurate accounting call contextidr_thread_switch before a > task is scheduled, rather than after. > > Signed-off-by: Christopher Covington > --- > arch/arm64/kernel/process.c | 2 +- > 1 file changed,