commit | ed77504b2007ff7ce56841227467ac3ead52df62 | [log] [tgz] |
---|---|---|
author | Magnus Damm <magnus@valinux.co.jp> | Tue Sep 26 10:52:36 2006 +0200 |
committer | Andi Kleen <andi@basil.nowhere.org> | Tue Sep 26 10:52:36 2006 +0200 |
tree | c61112afa435603b92b860b3dfb0cd01c48d2df1 | |
parent | 68bbc172cd1b0ee01814304b8a7bef8922d5fdca [diff] |
[PATCH] mark init_amd() as __cpuinit The init_amd() function is only called from identify_cpu() which is already marked as __cpuinit. So let's mark it as __cpuinit. Signed-off-by: Magnus Damm <magnus@valinux.co.jp> Signed-off-by: Andi Kleen <ak@suse.de>