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:
c139a59
)
sh: Use local TLB flush for get_mmu_context() ASID exhaustion.
author
Paul Mundt
<lethal@linux-sh.org>
Thu, 20 Aug 2009 08:24:40 +0000
(17:24 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Thu, 20 Aug 2009 08:24:40 +0000
(17:24 +0900)
When get_mmu_context() runs out of new ASIDs it flushes the TLB and
wraps around. Despite the fact the ASIDs are tracked per-CPU, a global
TLB flush was being used. Switch this over to a local one, as matches
the intent.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
No differences found