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:
8d408b4
)
x86: separate out setup_pcpu_4k() from setup_per_cpu_areas()
author
Tejun Heo
<tj@kernel.org>
Tue, 24 Feb 2009 02:57:21 +0000
(11:57 +0900)
committer
Tejun Heo
<tj@kernel.org>
Tue, 24 Feb 2009 02:57:21 +0000
(11:57 +0900)
Impact: modularize percpu first chunk allocation
x86 is gonna have a few different strategies for the first chunk
allocation. Modularize it by separating out the current allocation
mechanism into pcpu_alloc_bootmem() and setup_pcpu_4k().
Signed-off-by: Tejun Heo <tj@kernel.org>
No differences found