M7350/kernel/arch/m68k/mm/init.c
2024-09-09 08:52:07 +00:00

6 lines
73 B
C

#ifdef CONFIG_MMU
#include "init_mm.c"
#else
#include "init_no.c"
#endif