[PATCH] i386: __devinit should be __cpuinit
authorChuck Ebbert <76306.1226@compuserve.com>
Thu, 23 Mar 2006 10:59:33 +0000 (02:59 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 23 Mar 2006 15:38:04 +0000 (07:38 -0800)
commit3bc9b76bede9b3c72088258c7e72eb823f3351d4
tree9f1eed2e6ebc9e7a990178e62b55fb6ee3267d8f
parent9a0b5817ad97bb718ab85322759d19a238712b47
[PATCH] i386: __devinit should be __cpuinit

Several places in arch/i386/kernel/cpu and kernel/cpu were using __devinit
when they should have been __cpuinit.  Fixing that saves ~4K when
CONFIG_HOTPLUG && !CONFIG_HOTPLUG_CPU.

Noticed by Andrew Morton.

Signed-off-by: Chuck Ebbert <76306.1226@compuserve.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/cpu/common.c
arch/i386/kernel/cpu/intel.c
arch/i386/kernel/cpu/intel_cacheinfo.c