The patch titled i386: fix CONFIG_EFI help has been removed from the -mm tree. Its filename is i386-make-config_efi-depend-on-experimental.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: i386: fix CONFIG_EFI help From: Arthur Othieno <apgo@xxxxxxxxxxxxx> It is described as being experimental, but doesn't actually depend on EXPERIMENTAL. Change the text. Signed-off-by: Arthur Othieno <apgo@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/i386/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/i386/Kconfig~i386-make-config_efi-depend-on-experimental arch/i386/Kconfig --- a/arch/i386/Kconfig~i386-make-config_efi-depend-on-experimental +++ a/arch/i386/Kconfig @@ -672,7 +672,7 @@ config MTRR See <file:Documentation/mtrr.txt> for more information. config EFI - bool "Boot from EFI support (EXPERIMENTAL)" + bool "Boot from EFI support" depends on ACPI default n ---help--- _ Patches currently in -mm which might be from apgo@xxxxxxxxxxxxx are origin.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