Sign in
ara-mdk
/
kernel
/
panda
/
3f307891ce0e7b0438c432af1aacd656a092ff45
/
.
/
include
/
asm-sparc
/
tlb.h
blob: a821057327c4994d34544d87c9aab549b40971c0 [
file
] [
log
] [
blame
]
#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