diff options
Diffstat (limited to 'arch/x86/kernel/smpboot.c')
-rw-r--r-- | arch/x86/kernel/smpboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c index 9fd3137230d4..9f548cb4a958 100644 --- a/arch/x86/kernel/smpboot.c +++ b/arch/x86/kernel/smpboot.c | |||
@@ -438,7 +438,7 @@ static void impress_friends(void) | |||
438 | void __inquire_remote_apic(int apicid) | 438 | void __inquire_remote_apic(int apicid) |
439 | { | 439 | { |
440 | unsigned i, regs[] = { APIC_ID >> 4, APIC_LVR >> 4, APIC_SPIV >> 4 }; | 440 | unsigned i, regs[] = { APIC_ID >> 4, APIC_LVR >> 4, APIC_SPIV >> 4 }; |
441 | char *names[] = { "ID", "VERSION", "SPIV" }; | 441 | const char * const names[] = { "ID", "VERSION", "SPIV" }; |
442 | int timeout; | 442 | int timeout; |
443 | u32 status; | 443 | u32 status; |
444 | 444 | ||