pgalloc.h 225 字节
Newer Older
1 2 3
#ifndef _ASM_POWERPC_PGALLOC_H
#define _ASM_POWERPC_PGALLOC_H

4 5
#include <linux/mm.h>

6 7
#ifdef CONFIG_PPC_BOOK3S
#include <asm/book3s/pgalloc.h>
8
#else
9
#include <asm/nohash/pgalloc.h>
10
#endif
L
Linus Torvalds 已提交
11

12
#endif /* _ASM_POWERPC_PGALLOC_H */