M7350/kernel/arch/m68k/mm/init.c

6 lines
73 B
C
Raw Normal View History

2024-09-09 08:52:07 +00:00
#ifdef CONFIG_MMU
#include "init_mm.c"
#else
#include "init_no.c"
#endif