android_kernel_samsung_hero.../arch/c6x/include/asm/tlb.h

9 lines
153 B
C
Raw Normal View History

2016-08-17 10:41:52 +02:00
#ifndef _ASM_C6X_TLB_H
#define _ASM_C6X_TLB_H
#define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
#include <asm-generic/tlb.h>
#endif /* _ASM_C6X_TLB_H */