Add linux-next specific files for 20110525
[linux-2.6/next.git] / arch / m68k / kernel / traps.c
blobc98add3f5f0f45b106925a4f79be435ee83443c2
1 #ifdef CONFIG_MMU
2 #include "traps_mm.c"
3 #else
4 #include "traps_no.c"
5 #endif