Merge branch 'fix/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / m68k / kernel / entry.S
blobb8daf64e347de81443488a007658ac057f17f56e
1 #if defined(CONFIG_MMU) && !defined(CONFIG_COLDFIRE)
2 #include "entry_mm.S"
3 #else
4 #include "entry_no.S"
5 #endif