tlb.h 127 B

123456789
  1. #ifndef __H8300_TLB_H__
  2. #define __H8300_TLB_H__
  3. #define tlb_flush(tlb) do { } while (0)
  4. #include <asm-generic/tlb.h>
  5. #endif