xref: /linux/arch/m68k/kernel/time.c (revision b5266ea675c5a041e2852c7ccec4cf2d4f5e0cf4)
1 #if defined(CONFIG_MMU) && !defined(CONFIG_COLDFIRE)
2 #include "time_mm.c"
3 #else
4 #include "time_no.c"
5 #endif
6