x86: vSMP: Fix is_vsmp_box()
authorRavikiran G Thirumalai <kiran@scalex86.org>
Thu, 20 Mar 2008 07:39:02 +0000 (00:39 -0700)
committerIngo Molnar <mingo@elte.hu>
Thu, 17 Apr 2008 15:41:08 +0000 (17:41 +0200)
commit3250c91ada16a06de5afef55bce7b766c894d75c
treebfca81c8f9a1c3e95d7aa7257c258515593ca382
parent864205062f1c752c80077be8ec2b15c81f4a6525
x86: vSMP: Fix is_vsmp_box()

is_vsmp_box() currently does not work on vSMPowered systems,  as pci cfg
space is not read correctly -- This patch fixes it.

Signed-off-by: Ravikiran Thirumalai <kiran@scalex86.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/vsmp_64.c