Sign in
android-kvm
/
linux
/
8bc3bcc93a2b4e47d5d410146f6546bca6171663
/
.
/
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