linux/arch/m68k/kernel/process.c

6 lines
79 B
C

#ifdef CONFIG_MMU
#include "process_mm.c"
#else
#include "process_no.c"
#endif