aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc/mmu.h
blob: ee66bf6dcbd6b1deefbc8a2b90dc5f65d2385827 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef ___ASM_SPARC_MMU_H
#define ___ASM_SPARC_MMU_H
#if defined(__sparc__) && defined(__arch64__)
#include <asm-sparc/mmu_64.h>
#else
#include <asm-sparc/mmu_32.h>
#endif
#endif