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:
42f8fae
)
vmalloc: call flush_cache_vunmap() from unmap_kernel_range()
author
Tejun Heo
<tj@kernel.org>
Fri, 20 Feb 2009 07:29:07 +0000
(16:29 +0900)
committer
Tejun Heo
<tj@kernel.org>
Fri, 20 Feb 2009 07:29:07 +0000
(16:29 +0900)
Impact: proper vcache flush on unmap_kernel_range()
flush_cache_vunmap() should be called before pages are unmapped. Add
a call to it in unmap_kernel_range().
Signed-off-by: Tejun Heo <tj@kernel.org>
No differences found