]> Pileus Git - ~andy/linux/blob - arch/m68k/kernel/entry.S
exofs: Use proper max_IO calculations from ore
[~andy/linux] / arch / m68k / kernel / entry.S
1 #if defined(CONFIG_MMU) && !defined(CONFIG_COLDFIRE)
2 #include "entry_mm.S"
3 #else
4 #include "entry_no.S"
5 #endif