From 639f6571458948b5112be2cf00c0c2c04db2897d Mon Sep 17 00:00:00 2001 From: Bryan Wu Date: Wed, 27 Aug 2008 10:51:02 +0800 Subject: Blackfin arch: move include/asm-blackfin header files to arch/blackfin Signed-off-by: Bryan Wu --- arch/blackfin/include/asm/tlb.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 arch/blackfin/include/asm/tlb.h (limited to 'arch/blackfin/include/asm/tlb.h') diff --git a/arch/blackfin/include/asm/tlb.h b/arch/blackfin/include/asm/tlb.h new file mode 100644 index 00000000000..89a12ee916d --- /dev/null +++ b/arch/blackfin/include/asm/tlb.h @@ -0,0 +1,16 @@ +#ifndef _BLACKFIN_TLB_H +#define _BLACKFIN_TLB_H + +#define tlb_start_vma(tlb, vma) do { } while (0) +#define tlb_end_vma(tlb, vma) do { } while (0) +#define __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0) + +/* + * .. because we flush the whole mm when it + * fills up. + */ +#define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) + +#include + +#endif /* _BLACKFIN_TLB_H */ -- cgit v1.2.3