]> xenbits.xensource.com Git - legacy/linux-2.6.18-xen.git/commit
xen/x86: don't initialize cpu_data[]'s apicid field on generic code xen-3.4.0
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 14 May 2009 09:09:15 +0000 (10:09 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 14 May 2009 09:09:15 +0000 (10:09 +0100)
commit8c27548677999e29589eeda5004df19b372fac31
tree184e6ffbf181f22b96970fc4237d94bb23f17a9b
parentd90dd944f23395212b188ef9109529eb50a2a623
xen/x86: don't initialize cpu_data[]'s apicid field on generic code

Afaict, this is not only redundant with the intialization done in
drivers/xen/core/smpboot.c, but actually results - at least for
secondary CPUs - in the Xen-specific value written to be later
overwritten with whatever the generic code determines (with no
guarantee that the two values are identical).

Signed-off-by: Jan Beulich <jbeulich@novell.com>
arch/i386/kernel/cpu/common-xen.c
arch/x86_64/kernel/setup-xen.c