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:
bdddbcd
)
mm: refactor zone_movable_is_highmem()
author
Zhang Zhen
<zhenzhang.zhang@huawei.com>
Wed, 15 Apr 2015 23:12:57 +0000
(16:12 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 15 Apr 2015 23:35:16 +0000
(16:35 -0700)
All callers of zone_movable_is_highmem are under #ifdef CONFIG_HIGHMEM,
so the else branch return 0 is not needed.
Signed-off-by: Zhang Zhen <zhenzhang.zhang@huawei.com>
Acked-by: David Rientjes <rientjes@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/mmzone.h
patch
|
blob
|
history
diff --cc
include/linux/mmzone.h
Simple merge