Files
Debian-9-Kernel/arch/powerpc/include/asm/pgalloc.h
T

13 lines
225 B
C
Raw Normal View History

2023-05-02 09:58:35 +02:00
#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 */