The patch titled cris: remove unused global_flush_tlb has been added to the -mm tree. Its filename is cris-remove-unused-global_flush_tlb.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: cris: remove unused global_flush_tlb From: Fernando Luis Vazquez Cao <fernando@xxxxxxxxxxxxxxxxx> global_flush_tlb is declared but never used. Signed-off-by: Fernando Luis Vazquez Cao <fernando@xxxxxxxxxxxxx> Cc: Mikael Starvik <starvik@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/asm-cris/cacheflush.h | 1 - 1 file changed, 1 deletion(-) diff -puN include/asm-cris/cacheflush.h~cris-remove-unused-global_flush_tlb include/asm-cris/cacheflush.h --- a/include/asm-cris/cacheflush.h~cris-remove-unused-global_flush_tlb +++ a/include/asm-cris/cacheflush.h @@ -26,7 +26,6 @@ #define copy_from_user_page(vma, page, vaddr, dst, src, len) \ memcpy(dst, src, len) -void global_flush_tlb(void); int change_page_attr(struct page *page, int numpages, pgprot_t prot); #endif /* _CRIS_CACHEFLUSH_H */ _ Patches currently in -mm which might be from fernando@xxxxxxxxxxxxxxxxx are cris-remove-unused-global_flush_tlb.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