The patch titled make CONFIG_PARAVIRT require NO_HZ has been removed from the -mm tree. Its filename was make-config_paravirt-require-no_hz.patch This patch was dropped because an updated version will be merged ------------------------------------------------------ Subject: make CONFIG_PARAVIRT require NO_HZ From: Chris Wright <chrisw@xxxxxxxxxxxx> Require NO_HZ when CONFIG_PARAVIRT. Signed-off-by: Chris Wright <chrisw@xxxxxxxxxxxx> Cc: Jeremy Fitzhardinge <jeremy@xxxxxxxx> Cc: Rusty Russell <rusty@xxxxxxxxxxxxxxx> Acked-by: Zachary Amsden <zach@xxxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Cc: Andi Kleen <ak@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/i386/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/i386/Kconfig~make-config_paravirt-require-no_hz arch/i386/Kconfig --- a/arch/i386/Kconfig~make-config_paravirt-require-no_hz +++ a/arch/i386/Kconfig @@ -208,7 +208,7 @@ endchoice config PARAVIRT bool "Paravirtualization support (EXPERIMENTAL)" - depends on EXPERIMENTAL + depends on EXPERIMENTAL && NO_HZ depends on !(X86_VISWS || X86_VOYAGER) select NO_HZ help _ Patches currently in -mm which might be from chrisw@xxxxxxxxxxxx are make-config_paravirt-require-no_hz.patch implement-file-posix-capabilities.patch file-capabilities-accomodate-future-64-bit-caps.patch allow-access-to-proc-pid-fd-after-setuid.patch mprotect-patch-for-use-by-slim.patch integrity-service-api-and-dummy-provider.patch slim-main-patch.patch slim-secfs-patch.patch slim-make-and-config-stuff.patch slim-debug-output.patch slim-documentation.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