The patch titled Subject: m32r-add-__ucmpdi2-to-fix-build-failure-fix has been removed from the -mm tree. Its filename was m32r-add-__ucmpdi2-to-fix-build-failure-fix.patch This patch was dropped because it was withdrawn ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: m32r-add-__ucmpdi2-to-fix-build-failure-fix avoid extern declaration in .c file Cc: Sudip Mukherjee <sudip.mukherjee@xxxxxxxxxxxxxxx> Cc: Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/m32r/kernel/m32r_ksyms.c | 1 - arch/m32r/lib/libgcc.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff -puN arch/m32r/kernel/m32r_ksyms.c~m32r-add-__ucmpdi2-to-fix-build-failure-fix arch/m32r/kernel/m32r_ksyms.c --- a/arch/m32r/kernel/m32r_ksyms.c~m32r-add-__ucmpdi2-to-fix-build-failure-fix +++ a/arch/m32r/kernel/m32r_ksyms.c @@ -41,7 +41,6 @@ EXPORT_SYMBOL(cpu_data); EXPORT_SYMBOL(smp_flush_tlb_page); #endif -extern int __ucmpdi2(unsigned long long a, unsigned long long b); EXPORT_SYMBOL(__ucmpdi2); /* compiler generated symbol */ diff -puN arch/m32r/lib/libgcc.h~m32r-add-__ucmpdi2-to-fix-build-failure-fix arch/m32r/lib/libgcc.h --- a/arch/m32r/lib/libgcc.h~m32r-add-__ucmpdi2-to-fix-build-failure-fix +++ a/arch/m32r/lib/libgcc.h @@ -22,3 +22,4 @@ typedef union { #endif /* __ASM_LIBGCC_H */ +extern int __ucmpdi2(unsigned long long a, unsigned long long b); _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are i-need-old-gcc.patch arch-alpha-kernel-systblss-remove-debug-check.patch arm-arch-arm-include-asm-pageh-needs-personalityh.patch mm.patch mm-reorganize-slab-freelist-randomization-fix.patch mm-balloon-use-general-non-lru-movable-page-feature-fix.patch mm-frontswap-convert-frontswap_enabled-to-static-key-checkpatch-fixes.patch mm-add-nr_zsmalloc-to-vmstat-fix.patch mm-memcg-use-consistent-gfp-flags-during-readahead-checkpatch-fixes.patch mm-thp-avoid-unnecessary-swapin-in-khugepaged-fix.patch mm-thp-make-swapin-readahead-under-down_read-of-mmap_sem-fix-2-fix.patch thp-extract-khugepaged-from-mm-huge_memoryc-fix.patch thp-extract-khugepaged-from-mm-huge_memoryc-fix-2.patch nvme-dont-allocate-unused-nvme_major-fix.patch bitmap-bitmap_equal-memcmp-optimization-fix.patch kexec-ensure-user-memory-sizes-do-not-wrap-fix.patch kexec-allow-architectures-to-override-boot-mapping-fix.patch linux-next-git-rejects.patch drivers-net-wireless-intel-iwlwifi-dvm-calibc-fix-min-warning.patch kernel-forkc-export-kernel_thread-to-modules.patch slab-leaks3-default-y.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