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
/
kernel
/
module.c
blob: 7ea203ce6b1a35321ae4229cb14cd626c1417841 (
plain
)
1
2
3
4
5
#ifdef CONFIG_MMU
#include
"module_mm.c"
#else
#include
"module_no.c"
#endif