Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12
#ifndef _ASM_POWERPC_PGALLOC_H #define _ASM_POWERPC_PGALLOC_H #include <linux/mm.h> #ifdef [31mCONFIG_PPC_BOOK3S[0m #include <asm/book3s/pgalloc.h> #else #include <asm/nohash/pgalloc.h> #endif #endif /* _ASM_POWERPC_PGALLOC_H */