index
:
linux
mybooklive
mybooklive-3.16.y
mybooklive-amatus
Linux kernel source tree
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
m68k
/
include
/
asm
/
pgtable.h
blob: ee6759eb445a045389725e4b3672b8b4bffaf3ff (
plain
)
1
2
3
4
5
#ifdef __uClinux__
#include
"pgtable_no.h"
#else
#include
"pgtable_mm.h"
#endif