Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
1b1bc42c1692e9b62756323c675a44cb1a1f9dbd
/
.
/
arch
/
powerpc
/
include
/
asm
/
pgalloc.h
blob: 0413457ba11dc0a08f6d86349a35efb0cae38063 [
file
] [
log
] [
blame
]
#ifndef
_ASM_POWERPC_PGALLOC_H
#define
_ASM_POWERPC_PGALLOC_H
#include
<linux/mm.h>
#ifdef
CONFIG_PPC_BOOK3S
#include
<asm/book3s/pgalloc.h>
#else
#include
<asm/nohash/pgalloc.h>
#endif
#endif
/* _ASM_POWERPC_PGALLOC_H */