Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _ASM_POWERPC_BOOK3S_PGALLOC_H
0003 #define _ASM_POWERPC_BOOK3S_PGALLOC_H
0004 
0005 #include <linux/mm.h>
0006 
0007 extern void tlb_remove_table(struct mmu_gather *tlb, void *table);
0008 
0009 #ifdef CONFIG_PPC64
0010 #include <asm/book3s/64/pgalloc.h>
0011 #else
0012 #include <asm/book3s/32/pgalloc.h>
0013 #endif
0014 
0015 #endif /* _ASM_POWERPC_BOOK3S_PGALLOC_H */