From 5524d6188f04593d19d152310bcc28fe386598e7 Mon Sep 17 00:00:00 2001 From: Greg Dietsche Date: Thu, 30 Jun 2011 20:10:53 -0500 Subject: [PATCH] --- yaml --- r: 257233 b: refs/heads/master c: a6c23905ff0d6bbddf590ef0838489ee0f6c74ac h: refs/heads/master i: 257231: 06b7000a4a579db2a267022a9e761e426105a420 v: v3 --- [refs] | 2 +- trunk/arch/x86/kernel/smpboot.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 4dc7b7f54e15..55d5fb58eb08 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c4d017f21328c269deba3c7acde873204fe595b5 +refs/heads/master: a6c23905ff0d6bbddf590ef0838489ee0f6c74ac diff --git a/trunk/arch/x86/kernel/smpboot.c b/trunk/arch/x86/kernel/smpboot.c index a3c430bdfb60..e02653a2e4f7 100644 --- a/trunk/arch/x86/kernel/smpboot.c +++ b/trunk/arch/x86/kernel/smpboot.c @@ -425,7 +425,7 @@ static void impress_friends(void) void __inquire_remote_apic(int apicid) { unsigned i, regs[] = { APIC_ID >> 4, APIC_LVR >> 4, APIC_SPIV >> 4 }; - char *names[] = { "ID", "VERSION", "SPIV" }; + const char * const names[] = { "ID", "VERSION", "SPIV" }; int timeout; u32 status;