commit | 14be4252eae2ce40abec5872bf6011891d753433 | [log] [tgz] |
---|---|---|
author | Greg Ungerer <gerg@uclinux.org> | Wed May 09 17:05:24 2012 +1000 |
committer | Greg Ungerer <gerg@uclinux.org> | Mon Jul 16 09:59:21 2012 +1000 |
tree | c22f7ffd9797d539573d6280add823edcc09efa5 | |
parent | 28d5445e94ab22198921b5c0c3e58c3b4a1a0116 [diff] |
m68k: merge the MMU and non-MMU versions of the entry.S code Some of the entry.S code is common to both MMU and non-MMU builds. So merge the entry_no.S and entry_mm.S files back into a single file. With a little code movement we only need a single #ifdef. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>