x86/efi: Enforce CONFIG_RELOCATABLE for EFI boot stub
[linux/fpc-iii.git] / arch / h8300 / include / asm / tlb.h
blob7f0743051ad5179b25f230647b6157c13f99f5dd
1 #ifndef __H8300_TLB_H__
2 #define __H8300_TLB_H__
4 #define tlb_flush(tlb) do { } while(0)
6 #include <asm-generic/tlb.h>
8 #endif