Initial commit
[kernel/linux-3.0.git] / arch / m68k / kernel / time.c
1 #ifdef CONFIG_MMU
2 #include "time_mm.c"
3 #else
4 #include "time_no.c"
5 #endif