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:
411a25a
)
memblock: Implement memblock_is_memory and memblock_is_region_memory
author
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Wed, 4 Aug 2010 04:38:47 +0000
(14:38 +1000)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Wed, 4 Aug 2010 04:38:47 +0000
(14:38 +1000)
To make it fast, we steal ARM's binary search for memblock_is_memory()
and we use that to also the replace existing implementation of
memblock_is_reserved().
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
No differences found