From 5e6a91f9c906000dbc0729d55bd86dc22c6cdfb2 Mon Sep 17 00:00:00 2001 From: Eduardo Pereira Habkost Date: Wed, 30 Jan 2008 13:33:32 +0100 Subject: [PATCH] --- yaml --- r: 80379 b: refs/heads/master c: e61bd94a36a9f2c394d75ebe3614fe0a612bcf2d h: refs/heads/master i: 80377: 365efa5be7a83c12334dfe3817364fa426c023ca 80375: ce495eda68319b65021b815391671722ef185134 v: v3 --- [refs] | 2 +- trunk/arch/x86/Kconfig | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/[refs] b/[refs] index 24c27610aeaf..06a3d38eafa6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 612a95b4e053b8a06319049191fd2dce9c970189 +refs/heads/master: e61bd94a36a9f2c394d75ebe3614fe0a612bcf2d diff --git a/trunk/arch/x86/Kconfig b/trunk/arch/x86/Kconfig index 4e911d0a4962..5e0cde8294c9 100644 --- a/trunk/arch/x86/Kconfig +++ b/trunk/arch/x86/Kconfig @@ -310,15 +310,6 @@ config SCHED_NO_NO_OMIT_FRAME_POINTER If in doubt, say "Y". -config PARAVIRT - bool - depends on X86_32 && !(X86_VISWS || X86_VOYAGER) - help - This changes the kernel so it can modify itself when it is run - under a hypervisor, potentially improving performance significantly - over full virtualization. However, when run without a hypervisor - the kernel is theoretically slower and slightly larger. - menuconfig PARAVIRT_GUEST bool "Paravirtualized guest support" depends on X86_32 @@ -344,6 +335,15 @@ config VMI source "arch/x86/lguest/Kconfig" +config PARAVIRT + bool "Enable paravirtualization code" + depends on X86_32 && !(X86_VISWS || X86_VOYAGER) + help + This changes the kernel so it can modify itself when it is run + under a hypervisor, potentially improving performance significantly + over full virtualization. However, when run without a hypervisor + the kernel is theoretically slower and slightly larger. + endif config ACPI_SRAT