aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc/tlb.h
blob: a821057327c4994d34544d87c9aab549b40971c0 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef ___ASM_SPARC_TLB_H
#define ___ASM_SPARC_TLB_H
#if defined(__sparc__) && defined(__arch64__)
#include <asm-sparc/tlb_64.h>
#else
#include <asm-sparc/tlb_32.h>
#endif
#endif