Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7d8330a563b00040326084f933f5bee06675ac54
Commit:     7d8330a563b00040326084f933f5bee06675ac54
Parent:     69b1415e934fc1a796a817e32d84162ae65962f5
Author:     Balbir Singh <[EMAIL PROTECTED]>
AuthorDate: Sun Feb 10 12:46:28 2008 +0530
Committer:  Ingo Molnar <[EMAIL PROTECTED]>
CommitDate: Thu Feb 14 23:30:21 2008 +0100

    KVM is not seen under X86 config with latest git (32 bit compile)
    
    The KVM configuration is no longer visible in the latest git tree. It looks
    like it is selected by HAVE_SETUP_PER_CPU_AREA. I've moved HAVE_KVM to
    under CONFIG_X86.
    
    Signed-off-by: Balbir Singh <[EMAIL PROTECTED]>
    Acked-by: Avi Kivity <[EMAIL PROTECTED]>
    Signed-off-by: Ingo Molnar <[EMAIL PROTECTED]>
---
 arch/x86/Kconfig |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index aaed1a3..3be2305 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -21,6 +21,8 @@ config X86
        select HAVE_IDE
        select HAVE_OPROFILE
        select HAVE_KPROBES
+       select HAVE_KVM
+
 
 config GENERIC_LOCKBREAK
        def_bool n
@@ -119,8 +121,6 @@ config ARCH_HAS_CPU_RELAX
 config HAVE_SETUP_PER_CPU_AREA
        def_bool X86_64
 
-select HAVE_KVM
-
 config ARCH_HIBERNATION_POSSIBLE
        def_bool y
        depends on !SMP || !X86_VOYAGER
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to