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