The patch titled cris: remove unused global_flush_tlb has been removed from the -mm tree. Its filename was cris-remove-unused-global_flush_tlb.patch This patch was dropped because it was merged into mainline or a subsystem tree 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 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