Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0d05ad2c09af9fb33ae76f9f8d1c4e4d1a9de92c
Commit:     0d05ad2c09af9fb33ae76f9f8d1c4e4d1a9de92c
Parent:     e9417fb324f355e8e0b5d78d3b5dc7b90693fdfb
Author:     Ingo Molnar <[EMAIL PROTECTED]>
AuthorDate: Mon Mar 5 13:15:40 2007 +0100
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Mon Mar 5 08:23:51 2007 -0800

    [PATCH] paravirt: let users decide whether they want VMI
    
    do not use default=y for CONFIG_VMI (we do not do that for any driver or
    special-hardware feature): the overwhelming majority of Linux users does
    not need it, and interested users and distributions can enable it
    as-needed.
    
    Signed-off-by: Ingo Molnar <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 arch/i386/Kconfig |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig
index cfc5d49..cee4ff6 100644
--- a/arch/i386/Kconfig
+++ b/arch/i386/Kconfig
@@ -221,7 +221,6 @@ config PARAVIRT
 config VMI
        bool "VMI Paravirt-ops support"
        depends on PARAVIRT
-       default y
        help
          VMI provides a paravirtualized interface to the VMware ESX server
          (it could be used by other hypervisors in theory too, but is not
-
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