| commit | e4fa4c97016037620f9dc8bafe03e1086b665b4c | [log] [tgz] |
|---|---|---|
| author | Lai Jiangshan <laijs@cn.fujitsu.com> | Wed Jan 14 14:58:15 2009 +0800 |
| committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 14 11:26:40 2009 +0100 |
| tree | 130944c01e928d8a5e06aea635b222cb28515df8 | |
| parent | a6525042bfdfcab128bd91fad264de10fd24a55e [diff] |
rcu: add __cpuinit to rcu_init_percpu_data() Impact: reduce memory footprint add __cpuinit to rcu_init_percpu_data(), and this function's text will be discarded after boot when !CONFIG_HOTPLUG_CPU. Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>