commit | 3325732f3b223812e54ac67dbb0a8ea7c99cf519 | [log] [tgz] |
---|---|---|
author | Christopher Covington <cov@codeaurora.org> | Wed Apr 03 19:01:01 2013 +0100 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Wed Apr 17 16:11:35 2013 +0100 |
tree | 1289fc098b4147b25c98168498afd4babfc9cf6e | |
parent | 5c1ce6f7c2aae5329f667fb079b3198266d9a3fa [diff] |
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>