public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cris: remove unused global_flush_tlb
@ 2008-05-23  6:36 Fernando Luis Vazquez Cao
  2008-05-23 13:43 ` Jesper Nilsson
  0 siblings, 1 reply; 2+ messages in thread
From: Fernando Luis Vazquez Cao @ 2008-05-23  6:36 UTC (permalink / raw)
  To: akpm; +Cc: starvik, jesper.nilsson, dev-etrax, linux-kernel

global_flush_tlb is declared but never used.

Signed-off-by: Fernando Luis Vazquez Cao <fernando@oss.ntt.co.jp>
---

diff -urNp linux-2.6.26-rc3-git4-orig/include/asm-cris/cacheflush.h linux-2.6.26-rc3-git4/include/asm-cris/cacheflush.h
--- linux-2.6.26-rc3-git4-orig/include/asm-cris/cacheflush.h	2008-04-17 11:49:44.000000000 +0900
+++ linux-2.6.26-rc3-git4/include/asm-cris/cacheflush.h	2008-05-23 15:19:26.000000000 +0900
@@ -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 */



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-05-23 13:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-23  6:36 [PATCH] cris: remove unused global_flush_tlb Fernando Luis Vazquez Cao
2008-05-23 13:43 ` Jesper Nilsson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox