]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/m68k/kernel/entry.S
Merge branches 'x86-reboot-for-linus' and 'x86-setup-for-linus' of git://git.kernel...
[karo-tx-linux.git] / arch / m68k / kernel / entry.S
1 #ifdef CONFIG_MMU
2 #include "entry_mm.S"
3 #else
4 #include "entry_no.S"
5 #endif