Sign in
gem5
/
arm
/
linux
/
abddaec56ebb7911bbf0578a4636a74bd7376d92
/
.
/
include
/
asm-sparc
/
pgalloc.h
blob: 7fa02b53d392cef4e9c48a82decdbc639c9b97ae [
file
]
#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