X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-arm%2Ftlbflush.h;fp=include%2Fasm-arm%2Ftlbflush.h;h=0c2acc944a0a7bca9cb90ca6b7b5b15d4bb9025f;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=d97fc76189a5e5c95570424a19e0e0f5790a8fea;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/include/asm-arm/tlbflush.h b/include/asm-arm/tlbflush.h index d97fc7618..0c2acc944 100644 --- a/include/asm-arm/tlbflush.h +++ b/include/asm-arm/tlbflush.h @@ -10,13 +10,7 @@ #ifndef _ASMARM_TLBFLUSH_H #define _ASMARM_TLBFLUSH_H - -#ifndef CONFIG_MMU - -#define tlb_flush(tlb) ((void) tlb) - -#else /* CONFIG_MMU */ - +#include #include #define TLB_V3_PAGE (1 << 0) @@ -429,6 +423,4 @@ extern void update_mmu_cache(struct vm_area_struct *vma, unsigned long addr, pte #endif -#endif /* CONFIG_MMU */ - #endif