commit | 3bc9b76bede9b3c72088258c7e72eb823f3351d4 | [log] [tgz] |
---|---|---|
author | Chuck Ebbert <76306.1226@compuserve.com> | Thu Mar 23 02:59:33 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Thu Mar 23 07:38:04 2006 -0800 |
tree | 9f1eed2e6ebc9e7a990178e62b55fb6ee3267d8f | |
parent | 9a0b5817ad97bb718ab85322759d19a238712b47 [diff] |
[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>