The patch titled no paravirt for X86_VOYAGER or X86_VISWS has been removed from the -mm tree. Its filename was no-paravirt-for-x86_voyager-or-x86_visws.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: no paravirt for X86_VOYAGER or X86_VISWS From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Since Voyager and Visual WS already define ARCH_SETUP, it looks like PARAVIRT shouldn't be offered for them. In file included from arch/i386/kernel/setup.c:63: include/asm-i386/mach-visws/setup_arch.h:8:1: warning: "ARCH_SETUP" redefined In file included from include/asm/msr.h:5, from include/asm/processor.h:17, from include/asm/thread_info.h:16, from include/linux/thread_info.h:21, from include/linux/preempt.h:9, from include/linux/spinlock.h:49, from include/linux/capability.h:45, from include/linux/sched.h:46, from arch/i386/kernel/setup.c:26: include/asm/paravirt.h:163:1: warning: this is the location of the previous definition In file included from arch/i386/kernel/setup.c:63: include/asm-i386/mach-visws/setup_arch.h:8:1: warning: "ARCH_SETUP" redefined In file included from include/asm/msr.h:5, from include/asm/processor.h:17, from include/asm/thread_info.h:16, from include/linux/thread_info.h:21, from include/linux/preempt.h:9, from include/linux/spinlock.h:49, from include/linux/capability.h:45, from include/linux/sched.h:46, from arch/i386/kernel/setup.c:26: include/asm/paravirt.h:163:1: warning: this is the location of the previous definition Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Acked-by: Jeremy Fitzhardinge <jeremy@xxxxxxxx> Acked-by: Zachary Amsden <zach@xxxxxxxxxx> Acked-by: Chris Wright <chrisw@xxxxxxxxxxxx> Cc: Andi Kleen <ak@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/i386/Kconfig | 1 + 1 file changed, 1 insertion(+) diff -puN arch/i386/Kconfig~no-paravirt-for-x86_voyager-or-x86_visws arch/i386/Kconfig --- a/arch/i386/Kconfig~no-paravirt-for-x86_voyager-or-x86_visws +++ a/arch/i386/Kconfig @@ -190,6 +190,7 @@ endchoice config PARAVIRT bool "Paravirtualization support (EXPERIMENTAL)" depends on EXPERIMENTAL + depends on !(X86_VISWS || X86_VOYAGER) 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 randy.dunlap@xxxxxxxxxx are origin.patch ucb1400_ts-depends-snd_ac97_bus.patch ipc-procfs-sysctl-mixups.patch git-acpi.patch git-alsa.patch cpufreq-select-consistently-re-2619-rc5-mm1.patch git-mtd.patch mtd-esb2rom-uses-pci.patch git-net.patch parisc-fix-module_param-iommu-permission.patch scsi-advansys-wrap-pci-table-inside-ifdef-config_pci.patch codingstyle-updates.patch freezerh-uses-task_struct-fields.patch geode-crypto-is-pci-device.patch ipmi-remove-zero-inits.patch reiser4-use-null-for-pointers.patch extend-notifier_call_chain-to-count-nr_calls-made-fixes.patch kvm-fix-null-and-c99-init-sparse-warnings.patch profile_likely-export-do_check_likely.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