aboutsummaryrefslogtreecommitdiff
path: root/arch/m68k/kernel/time.c
blob: 75ab79b3bdeb76b7439f0337c30634115c7d7125 (plain)
1
2
3
4
5
#if defined(CONFIG_MMU) && !defined(CONFIG_COLDFIRE)
#include "time_mm.c"
#else
#include "time_no.c"
#endif