Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
532237eff1f271302ed923af6d811a699d582bbc
/
.
/
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