The patch titled m68k: EXPORT_SYMBOL(cache_{clear,push}) bogus comment has been added to the -mm tree. Its filename is m68k-export_symbolcache_clearpush-bogus-comment.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: m68k: EXPORT_SYMBOL(cache_{clear,push}) bogus comment Remove bogus comments about unexporting cache_{push,clear}(), as inline dma_cache_maintenance() (used by at least bionet and pamsnet) calls them. Signed-off-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/m68k/mm/memory.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN arch/m68k/mm/memory.c~m68k-export_symbolcache_clearpush-bogus-comment arch/m68k/mm/memory.c --- a/arch/m68k/mm/memory.c~m68k-export_symbolcache_clearpush-bogus-comment +++ a/arch/m68k/mm/memory.c @@ -299,7 +299,7 @@ void cache_clear (unsigned long paddr, i mach_l2_flush(0); #endif } -EXPORT_SYMBOL(cache_clear); /* probably can be unexported */ +EXPORT_SYMBOL(cache_clear); /* @@ -352,7 +352,7 @@ void cache_push (unsigned long paddr, in mach_l2_flush(1); #endif } -EXPORT_SYMBOL(cache_push); /* probably can be unexported */ +EXPORT_SYMBOL(cache_push); #ifndef CONFIG_SINGLE_MEMORY_CHUNK int mm_end_of_chunk (unsigned long addr, int len) _ Patches currently in -mm which might be from geert@xxxxxxxxxxxxxx are origin.patch m68k-hp300-hp-lance-updates.patch sun3-general-updates.patch sun3-scsi-make-sun3-scsi-drivers-compile-work-again.patch m68k-atari-2618-atari-ide-interrupt-needs-sa_shirq.patch m68k-export_symbolcache_clearpush-bogus-comment.patch amiga-pcmcia-ne2000-ethernet-dev-irq-init.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