From: Chandra Seetharaman Date: Sun, 30 Jul 2006 10:03:35 +0000 (-0700) Subject: [PATCH] cpu hotplug: replace __devinit* with __cpuinit* for cpu notifications X-Git-Tag: v2.6.18-rc4~123 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c78f3075dab4be279e283f901f00e33ce44890a;p=pandora-kernel.git [PATCH] cpu hotplug: replace __devinit* with __cpuinit* for cpu notifications Few of the callback functions and notifier blocks that are associated with cpu notifications incorrectly have __devinit and __devinitdata. They should be __cpuinit and __cpuinitdata instead. It makes no functional difference but wastes text area when CONFIG_HOTPLUG is enabled and CONFIG_HOTPLUG_CPU is not. This patch fixes all those instances. Signed-off-by: Chandra Seetharaman Cc: Ashok Raj Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed