xref: /linux/arch/m68k/kernel/entry.S (revision d78c317f6cd701bda9f6dbfbfbcba72f39dd6ad7)
1#if defined(CONFIG_MMU) && !defined(CONFIG_COLDFIRE)
2#include "entry_mm.S"
3#else
4#include "entry_no.S"
5#endif
6