index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
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