Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ba2a631b14fe8a9c122801c648c49a543d020d8d
/
.
/
include
/
asm-x86
/
pgalloc.h
blob: 5886eed05886d897a97f59200c5f33c3af37be95 [
file
] [
log
] [
blame
]
Thomas Gleixner
96a388d
2007-10-11 11:20:03 +0200
[
diff
] [
blame
]
1
#ifdef
CONFIG_X86_32
2
# include "pgalloc_32.h"
3
#else
4
# include "pgalloc_64.h"
5
#endif