Commit ed77504b2007ff7ce56841227467ac3ead52df62

Authored by Magnus Damm
Committed by Andi Kleen
1 parent 68bbc172cd

[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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/x86_64/kernel/setup.c
... ... @@ -672,7 +672,7 @@
672 672 #endif
673 673 }
674 674  
675   -static void __init init_amd(struct cpuinfo_x86 *c)
  675 +static void __cpuinit init_amd(struct cpuinfo_x86 *c)
676 676 {
677 677 unsigned level;
678 678