rcu: add __cpuinit to rcu_init_percpu_data()
authorLai Jiangshan <laijs@cn.fujitsu.com>
Wed, 14 Jan 2009 06:58:15 +0000 (14:58 +0800)
committerIngo Molnar <mingo@elte.hu>
Wed, 14 Jan 2009 10:26:40 +0000 (11:26 +0100)
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>

No differences found