linux/arch/m68k/kernel/traps.c

6 lines
75 B
C

#ifdef CONFIG_MMU
#include "traps_mm.c"
#else
#include "traps_no.c"
#endif