pgalloc.h 315 B

1234567891011121314
  1. #ifndef _ASM_POWERPC_BOOK3S_PGALLOC_H
  2. #define _ASM_POWERPC_BOOK3S_PGALLOC_H
  3. #include <linux/mm.h>
  4. extern void tlb_remove_table(struct mmu_gather *tlb, void *table);
  5. #ifdef CONFIG_PPC64
  6. #include <asm/book3s/64/pgalloc.h>
  7. #else
  8. #include <asm/book3s/32/pgalloc.h>
  9. #endif
  10. #endif /* _ASM_POWERPC_BOOK3S_PGALLOC_H */