m68k: enable binfmt_flat on systems with an MMU
[deliverable/linux.git] / arch / m68k / kernel / setup.c
1 #ifdef CONFIG_MMU
2 #include "setup_mm.c"
3 #else
4 #include "setup_no.c"
5 #endif
This page took 0.032443 seconds and 5 git commands to generate.