]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-sh/tlb.h
Cleanup asm/{elf,page,user}.h: #ifdef __KERNEL__ is no longer needed
[linux-2.6-omap-h63xx.git] / include / asm-sh / tlb.h
index 53d185bcf872f034c513e9d8c289d95108ca0d27..56ad1fb888a231ad6b339526c898b7eaba5f44ef 100644 (file)
@@ -1,6 +1,12 @@
 #ifndef __ASM_SH_TLB_H
 #define __ASM_SH_TLB_H
 
+#ifdef CONFIG_SUPERH64
+# include "tlb_64.h"
+#endif
+
+#ifndef __ASSEMBLY__
+
 #define tlb_start_vma(tlb, vma) \
        flush_cache_range(vma, vma->vm_start, vma->vm_end)
 
@@ -15,4 +21,6 @@
 #define tlb_flush(tlb)                         flush_tlb_mm((tlb)->mm)
 
 #include <asm-generic/tlb.h>
-#endif
+
+#endif /* __ASSEMBLY__ */
+#endif /* __ASM_SH_TLB_H */