1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
/* include/asm-h8300/tlb.h */ #ifndef __H8300_TLB_H__ #define __H8300_TLB_H__ #define tlb_flush(tlb) do { } while(0) /* include/asm-h8300/tlb.h */ #ifndef __H8300_TLB_H__ #define __H8300_TLB_H__ #define tlb_flush(tlb) do { } while(0) #include <asm-generic/tlb.h> #endif #endif