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:
ecd744e
)
[ARM] remove useless setting of VM_RESERVED
author
Russell King
<rmk@dyn-67.arm.linux.org.uk>
Sun, 11 Nov 2007 10:55:25 +0000
(10:55 +0000)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Sun, 11 Nov 2007 10:55:25 +0000
(10:55 +0000)
remap_pfn_range() takes care of setting the appropriate VM_*
flags itself; there's no need for callers of remap_pfn_range()
to set VM_RESERVED before it is called.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
No differences found