i386: CONFIG_PARAVIRT doesn't work It builds now, but init doesn't work. Mark config broken for now, but don't throw it out. TBD bisect it Signed-off-by: Andi Kleen --- arch/i386/Kconfig | 2 ++ 1 files changed, 2 insertions(+) Index: linux/arch/i386/Kconfig =================================================================== --- linux.orig/arch/i386/Kconfig +++ linux/arch/i386/Kconfig @@ -185,6 +185,8 @@ endchoice config PARAVIRT bool "Paravirtualization support (EXPERIMENTAL)" depends on EXPERIMENTAL + # doesn't compile right now + depends on BROKEN help Paravirtualization is a way of running multiple instances of Linux on the same machine, under a hypervisor. This option