Sign in
gem5
/
arm
/
linux-arm64-legacy
/
7444a72effa632fcd8edc566f880d96fe213c73b
/
.
/
include
/
asm-sparc
/
pgalloc.h
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