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:
3023533
)
x86, 32-bit: clean up find_low_pfn_range()
author
Ingo Molnar
<mingo@elte.hu>
Thu, 12 Feb 2009 12:31:41 +0000
(13:31 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 12 Feb 2009 14:21:16 +0000
(15:21 +0100)
Impact: cleanup
Split find_low_pfn_range() into two functions:
- lowmem_pfn_init()
- highmem_pfn_init()
The former gets called if all of RAM fits into lowmem,
otherwise we call highmem_pfn_init().
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found