The patch titled Subject: x86, mm: ioremap_pud_capable can be static has been removed from the -mm tree. Its filename was x86-mm-support-huge-kva-mappings-on-x86-fix.patch This patch was dropped because it was folded into x86-mm-support-huge-kva-mappings-on-x86.patch ------------------------------------------------------ From: kbuild test robot <fengguang.wu@xxxxxxxxx> Subject: x86, mm: ioremap_pud_capable can be static Signed-off-by: Fengguang Wu <fengguang.wu@xxxxxxxxx> Reviewed-by: Toshi Kani <toshi.kani@xxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/ioremap.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff -puN lib/ioremap.c~x86-mm-support-huge-kva-mappings-on-x86-fix lib/ioremap.c --- a/lib/ioremap.c~x86-mm-support-huge-kva-mappings-on-x86-fix +++ a/lib/ioremap.c @@ -14,9 +14,9 @@ #include <asm/pgtable.h> #ifdef CONFIG_HAVE_ARCH_HUGE_VMAP -int __read_mostly ioremap_pud_capable; -int __read_mostly ioremap_pmd_capable; -int __read_mostly ioremap_huge_disabled; +static int __read_mostly ioremap_pud_capable; +static int __read_mostly ioremap_pmd_capable; +static int __read_mostly ioremap_huge_disabled; static int __init set_nohugeiomap(char *str) { _ Patches currently in -mm which might be from fengguang.wu@xxxxxxxxx are origin.patch x86-mm-support-huge-kva-mappings-on-x86.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