tlb.h 293 B

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