From: Chandra Seetharaman Date: Tue, 27 Jun 2006 09:54:09 +0000 (-0700) Subject: [PATCH] cpu hotplug: make cpu_notifier related notifier blocks __cpuinit only X-Git-Tag: v2.6.18-rc1~540 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74b85f3790aa2550c617fe14439482e13e615fa0;p=pandora-kernel.git [PATCH] cpu hotplug: make cpu_notifier related notifier blocks __cpuinit only Make notifier_blocks associated with cpu_notifier as __cpuinitdata. __cpuinitdata makes sure that the data is init time only unless CONFIG_HOTPLUG_CPU is defined. Signed-off-by: Chandra Seetharaman Cc: Ashok Raj Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed