blob: 7fa02b53d392cef4e9c48a82decdbc639c9b97ae [file] [log] [blame]
#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