]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
x86/vsmp: Eliminate kconfig dependency warning
authorRandy Dunlap <randy.dunlap@oracle.com>
Thu, 14 Oct 2010 04:00:23 +0000 (21:00 -0700)
committerIngo Molnar <mingo@elte.hu>
Thu, 14 Oct 2010 05:04:30 +0000 (07:04 +0200)
Fix kconfig dependency warning to satisfy dependencies:

warning: (X86_VSMP && X86_64 && PCI && X86_EXTENDED_PLATFORM ||
XEN && PARAVIRT_GUEST && (X86_64 || X86_32 && X86_PAE && !X86_VISWS) && X86_CMPXCHG && X86_TSC || KVM_CLOCK && PARAVIRT_GUEST || KVM_GUEST && PARAVIRT_GUEST || LGUEST_GUEST && PARAVIRT_GUEST && X86_32) selects PARAVIRT which has unmet direct dependencies (PARAVIRT_GUEST)

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Ravikiran Thirumalai <kiran@scalex86.org>
LKML-Reference: <20101013210023.9a033222.randy.dunlap@oracle.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/Kconfig

index cea0cd9a316fb987bfa611a1dffa06cdba1f0332..64e817ec7ff9495d815857c7e53b82e058c06e86 100644 (file)
@@ -372,6 +372,7 @@ endif
 
 config X86_VSMP
        bool "ScaleMP vSMP"
+       select PARAVIRT_GUEST
        select PARAVIRT
        depends on X86_64 && PCI
        depends on X86_EXTENDED_PLATFORM