Sign in
coral
/
linux-mtk
/
b4e518547da042fdc65bd4bdafd046fed13337d5
/
.
/
arch
/
m68k
/
kernel
/
entry.S
blob: b8daf64e347de81443488a007658ac057f17f56e [
file
]
#if defined(CONFIG_MMU) && !defined(CONFIG_COLDFIRE)
#include "entry_mm.S"
#else
#include "entry_no.S"
#endif