repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
x86/mm/pat: Don't report PAT on CPUs that don't support it
[linux/fpc-iii.git]
/
arch
/
powerpc
/
include
/
asm
/
pgalloc.h
blob
0413457ba11dc0a08f6d86349a35efb0cae38063
1
#ifndef _ASM_POWERPC_PGALLOC_H
2
#define _ASM_POWERPC_PGALLOC_H
3
4
#include <linux/mm.h>
5
6
#ifdef CONFIG_PPC_BOOK3S
7
#include <asm/book3s/pgalloc.h>
8
#else
9
#include <asm/nohash/pgalloc.h>
10
#endif
11
12
#endif
/* _ASM_POWERPC_PGALLOC_H */