]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] i386: mark cpu identify functions as __cpuinit
authorMagnus Damm <magnus@valinux.co.jp>
Tue, 26 Sep 2006 08:52:36 +0000 (10:52 +0200)
committerAndi Kleen <andi@basil.nowhere.org>
Tue, 26 Sep 2006 08:52:36 +0000 (10:52 +0200)
commit5f0f1c166647860bb2c2a206338e7d9af3834753
tree2bb0a390800008a9480cab1ada21935b6e9d5c36
parentb4af3f7cf11e6b5904af08a652d4a2429af17c74
[PATCH] i386: mark cpu identify functions as __cpuinit

Mark i386-specific cpu identification functions as __cpuinit. They are all
only called from arch/i386/common.c:identify_cpu() that already is marked as
__cpuinit.

Signed-off-by: Magnus Damm <magnus@valinux.co.jp>
Signed-off-by: Andi Kleen <ak@suse.de>
arch/i386/kernel/cpu/cyrix.c
arch/i386/kernel/cpu/nexgen.c
arch/i386/kernel/cpu/transmeta.c