The patch titled paravirt: i386: CONFIG_PARAVIRT doesn't work has been removed from the -mm tree. Its filename was new-paravirt-broken.patch This patch was dropped because it is obsolete ------------------------------------------------------ Subject: paravirt: i386: CONFIG_PARAVIRT doesn't work 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 <ak@xxxxxxx> --- 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 Patches currently in -mm which might be from ak@xxxxxxx are origin.patch x86_64-mm-i386-reloc-data-4k-aligned.patch htirq-refactor-so-we-only-have-one-function-that-writes-to-the-chip.patch htirq-allow-buggy-drivers-of-buggy-hardware-to-write-the-registers.patch fix-x86_64-mm-pda-current.patch fix-x86_64-mm-i386-reloc-cleanup-align.patch fix-x86_64-mm-i386-reloc-kallsyms.patch x86-tif_notsc-and-seccomp-prctl.patch paravirt-i386-header-and-stubs-for-paravirtualisation.patch paravirt-i386-patch-inline-replacements-for.patch paravirt-i386-more-generic-paravirtualization.patch paravirt-i386-allow-selected-bug-checks-to-be.patch paravirt-i386-allow-disabling-legacy-power.patch paravirt-i386-add-apic-accessors-to-paravirt-ops.patch paravirt-i386-add-mmu-virtualization-to.patch prep-for-paravirt-be-careful-about-touching-bios.patch paravirtualization-header-and-stubs-for-fix.patch paravirtualization-header-and-stubs-for-headers_check-fix.patch paravirtualization-patch-inline-replacements-for-fix-2.patch paravirtualization-patch-inline-replacements-for-fix-3.patch paravirtualization-more-generic-paravirtualization-warning-fix.patch fix-config_paravirt.patch i386-mm-substitute-__va-lookup-with-pfn_to_kaddr.patch i386-extend-bzimage-protocol-for-relocatable-protected-mode-kernel.patch x86_64-update-mmconfig-resource-insertion-to-check-against-e820-map.patch i386-convert-more-absolute-symbols-to-section-relative.patch deal-with-cases-of-zone_dma-meaning-the-first-zone.patch introduce-config_zone_dma.patch optional-zone_dma-in-the-vm.patch swsusp-support-i386-systems-with-pae-or-without-pse.patch kbuild-dont-put-temp-files-in-the-source-tree.patch kbuild-dont-put-temp-files-in-the-source-tree-fix.patch pci-i386-style-cleanups.patch remove-kernel-syscalls-x86_64-fix.patch termios-enable-new-style-termios-ioctls-on-x86-64.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html