Skip to content

Commit

Permalink
cris: remove unused global_flush_tlb
Browse files Browse the repository at this point in the history
global_flush_tlb is declared but never used.

Signed-off-by: Fernando Luis Vazquez Cao <fernando@oss.ntt.co.jp>
Cc: Mikael Starvik <starvik@axis.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Fernando Luis Vazquez Cao authored and Linus Torvalds committed Jul 24, 2008
1 parent 9120195 commit d50004b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/asm-cris/cacheflush.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit d50004b

Please sign in to comment.