aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc/pgtable.h
blob: 63cdef53bc52ef78ef6521cfe19205be61001d1e (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef ___ASM_SPARC_PGTABLE_H
#define ___ASM_SPARC_PGTABLE_H
#if defined(__sparc__) && defined(__arch64__)
#include <asm-sparc/pgtable_64.h>
#else
#include <asm-sparc/pgtable_32.h>
#endif
#endif