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:
9cef749
)
sh: Handle a NULL vma in __update_tlb() for the fast-path.
author
Paul Mundt
<lethal@linux-sh.org>
Wed, 29 Jul 2009 13:06:58 +0000
(22:06 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Wed, 29 Jul 2009 13:06:58 +0000
(22:06 +0900)
The TLB miss fast-path presently calls in to update_mmu_cache() to
set up the entry, and does so with a NULL vma. Check for vma validity
in the __update_tlb() ptrace checks.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
No differences found