Jan Beulich 838312be46 apic, i386/bigsmp: Fix false warnings regarding logical APIC ID mismatches
These warnings (generally one per CPU) are a result of
initializing x86_cpu_to_logical_apicid while apic_default is
still in use, but the check in setup_local_APIC() being done
when apic_bigsmp was already used as an override in
default_setup_apic_routing():

 Overriding APIC driver with bigsmp
 Enabling APIC mode:  Physflat.  Using 5 I/O APICs
 ------------[ cut here ]------------
 WARNING: at .../arch/x86/kernel/apic/apic.c:1239
 ...
 CPU 1 irqstacks, hard=f1c9a000 soft=f1c9c000
 Booting Node   0, Processors  #1
 smpboot cpu 1: start_ip = 9e000
 Initializing CPU#1
 ------------[ cut here ]------------
 WARNING: at .../arch/x86/kernel/apic/apic.c:1239
 setup_local_APIC+0x137/0x46b() Hardware name: ...
 CPU1 logical APIC ID: 2 != 8
 ...

Fix this (for the time being, i.e. until
x86_32_early_logical_apicid() will get removed again, as Tejun
says ought to be possible) by overriding the previously stored
values at the point where the APIC driver gets overridden.

v2: Move this and the pre-existing override logic into
    arch/x86/kernel/apic/bigsmp_32.c.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Tejun Heo <tj@kernel.org>
Cc: <stable@kernel.org> (2.6.39 and onwards)
Link: http://lkml.kernel.org/r/4E835D16020000780005844C@nat28.tlf.novell.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2011-09-28 19:01:53 +02:00
..
2011-05-02 14:18:52 +02:00
2009-01-29 14:16:51 +01:00
2011-01-13 08:03:25 -08:00
2011-02-23 22:27:52 +01:00
2009-12-05 09:10:12 -08:00
2011-03-18 10:39:30 +01:00
2011-02-14 12:08:28 +01:00
2011-08-04 16:13:49 -07:00
2011-05-02 17:24:48 +02:00
2011-05-09 12:14:29 -07:00
2010-02-16 21:22:26 -08:00
2011-06-05 21:30:32 +02:00
2011-05-16 14:55:57 -04:00
2011-04-18 09:26:48 -07:00
2010-10-26 16:52:08 -07:00
2011-07-26 16:49:47 -07:00
2010-05-07 17:13:04 -07:00
2011-01-07 10:03:50 -05:00
2009-03-27 14:43:57 -04:00
2009-08-27 00:35:56 +02:00
2011-02-24 14:52:18 +01:00
2010-03-10 13:23:34 +01:00
2010-10-26 16:52:08 -07:00
2009-01-21 17:26:06 +09:00
2011-02-23 22:27:52 +01:00
2010-08-14 22:26:51 +02:00
2011-07-26 16:49:43 -07:00
2009-06-13 15:37:30 +02:00
2011-07-22 14:39:50 +09:30
2011-05-24 14:33:35 +02:00
2010-06-09 11:12:36 +02:00
2011-07-26 16:49:47 -07:00
2011-07-26 16:49:47 -07:00
2011-07-26 16:49:47 -07:00
2010-05-07 17:13:04 -07:00
2011-03-18 10:39:30 +01:00
2010-06-29 12:12:59 +02:00
2011-05-10 15:43:32 -07:00
2010-11-01 15:38:34 -04:00
2010-10-26 16:52:08 -07:00
2011-01-13 17:32:44 -08:00
2011-06-05 21:30:33 +02:00
2011-01-13 17:32:44 -08:00
2009-02-02 23:27:09 +05:30
2011-03-15 15:34:15 -07:00
2011-07-26 16:49:47 -07:00
2010-02-12 09:42:39 -08:00
2011-03-18 10:39:30 +01:00
2011-07-26 16:49:47 -07:00
2009-06-15 12:40:02 +02:00
2009-01-31 00:19:32 +05:30
2011-07-26 16:49:47 -07:00
2011-03-23 19:47:18 -07:00
2011-05-20 12:50:29 -07:00
2011-05-20 12:50:29 -07:00
2011-05-28 10:48:39 -07:00
2011-07-12 11:45:16 +03:00
2011-06-05 21:30:32 +02:00
2009-06-15 12:40:02 +02:00