git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b3ea2e
)
arm64: Execute DSB during thread switching for TLB/cache maintenance
author
Catalin Marinas
<catalin.marinas@arm.com>
Wed, 24 Apr 2013 13:47:02 +0000
(14:47 +0100)
committer
Catalin Marinas
<catalin.marinas@arm.com>
Thu, 25 Apr 2013 16:45:48 +0000
(17:45 +0100)
The DSB following TLB or cache maintenance ops must be run on the same
CPU. With kernel preemption enabled or for user-space cache maintenance
this may not be the case. This patch adds an explicit DSB in the
__switch_to() function.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
No differences found