1 #ifndef __ASM_GENERIC_TLBFLUSH_H
2 #define __ASM_GENERIC_TLBFLUSH_H
4 * This is a dummy tlbflush implementation that can be used on all
6 * If you have an MMU, you need to write your own functions.
9 #error need to implement an architecture specific asm/tlbflush.h
12 static inline void flush_tlb_mm(struct mm_struct
*mm
)
18 #endif /* __ASM_GENERIC_TLBFLUSH_H */