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:
58105ef
)
x86: use percpu data for 4k hardirq and softirq stacks
author
Lai Jiangshan
<laijs@cn.fujitsu.com>
Tue, 17 Feb 2009 03:46:42 +0000
(11:46 +0800)
committer
Tejun Heo
<tj@kernel.org>
Fri, 20 Feb 2009 07:26:10 +0000
(16:26 +0900)
Impact: economize memory for large NR_CPUS
percpu data is setup earlier than irq, we can use percpu data
to economize memory.
Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
No differences found