tlb.h 153 B

123456789
  1. #ifndef _ASM_C6X_TLB_H
  2. #define _ASM_C6X_TLB_H
  3. #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
  4. #include <asm-generic/tlb.h>
  5. #endif /* _ASM_C6X_TLB_H */