]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: Fix task tracing
authorChristopher Covington <cov@codeaurora.org>
Wed, 3 Apr 2013 18:01:01 +0000 (19:01 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Wed, 17 Apr 2013 15:11:35 +0000 (16:11 +0100)
commite955dbfcadcc13e2602abd1eebdac6aa08ee02dd
tree1289fc098b4147b25c98168498afd4babfc9cf6e
parentfad12b8ba94c55fbbe4711ced3fc7bb67b6a03c2
arm64: Fix task tracing

For accurate accounting call contextidr_thread_switch before a
task is scheduled, rather than after, when the 'next' variable has a
different meaning since we switched the stacks.

Signed-off-by: Christopher Covington <cov@codeaurora.org>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/process.c