aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc/pgalloc.h
blob: 7fa02b53d392cef4e9c48a82decdbc639c9b97ae (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef ___ASM_SPARC_PGALLOC_H
#define ___ASM_SPARC_PGALLOC_H
#if defined(__sparc__) && defined(__arch64__)
#include <asm-sparc/pgalloc_64.h>
#else
#include <asm-sparc/pgalloc_32.h>
#endif
#endif