pgalloc.h 225 B

12345678910111213
  1. #ifndef _ASM_POWERPC_PGALLOC_H
  2. #define _ASM_POWERPC_PGALLOC_H
  3. #include <linux/mm.h>
  4. #ifdef CONFIG_PPC_BOOK3S
  5. #include <asm/book3s/pgalloc.h>
  6. #else
  7. #include <asm/nohash/pgalloc.h>
  8. #endif
  9. #endif /* _ASM_POWERPC_PGALLOC_H */