[PATCH] i386: mark two more functions as __init
authorMagnus Damm <magnus@valinux.co.jp>
Tue, 26 Sep 2006 08:52:35 +0000 (10:52 +0200)
committerAndi Kleen <andi@basil.nowhere.org>
Tue, 26 Sep 2006 08:52:35 +0000 (10:52 +0200)
commitc0d83745cc67ed71a08c14739a0b286d0239b1e2
tree34429d7b1ae08178a4b11473481c69c94f4e5f92
parentaada06c9b7f4cdedbeb2bc905893cf1923a0abad
[PATCH] i386: mark two more functions as __init

cyrix_identify() should be __init because transmeta_identify() is.
tsc_init() is only called from setup_arch() which is marked as __init.

These two section mismatches have been detected using running modpost on
a vmlinux image compiled with CONFIG_RELOCATABLE=y.

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