diff options
Diffstat (limited to 'arch/x86/kernel/cpu')
-rw-r--r-- | arch/x86/kernel/cpu/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/common.c b/arch/x86/kernel/cpu/common.c index ecd13c0e854..e48832a6c2a 100644 --- a/arch/x86/kernel/cpu/common.c +++ b/arch/x86/kernel/cpu/common.c | |||
@@ -399,7 +399,7 @@ __setup("serialnumber", x86_serial_nr_setup); | |||
399 | /* | 399 | /* |
400 | * This does the hard work of actually picking apart the CPU stuff... | 400 | * This does the hard work of actually picking apart the CPU stuff... |
401 | */ | 401 | */ |
402 | static void __cpuinit identify_cpu(struct cpuinfo_x86 *c) | 402 | void __cpuinit identify_cpu(struct cpuinfo_x86 *c) |
403 | { | 403 | { |
404 | int i; | 404 | int i; |
405 | 405 | ||