tlb.h 126 B

12345678
  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