Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
203738e548cefc3fc3c2f73a9063176c9f3583d5
/
.
/
arch
/
sparc
/
include
/
asm
/
tlb.h
blob: 92d0393bbcdc5d16b5a0ee9308171e79bc7469a2 [
file
] [
log
] [
blame
]
#ifndef
___ASM_SPARC_TLB_H
#define
___ASM_SPARC_TLB_H
#if defined(__sparc__) && defined(__arch64__)
#include
<asm/tlb_64.h>
#else
#include
<asm/tlb_32.h>
#endif
#endif