commit | f987e5a13c55e65df6a03677dda38c8e5fb47029 | [log] [tgz] |
---|---|---|
author | Greg Ungerer <gerg@linux-m68k.org> | Thu Jul 21 17:29:43 2016 +1000 |
committer | Greg Ungerer <gerg@linux-m68k.org> | Mon Jul 25 14:40:40 2016 +1000 |
tree | f5b747048dc3e95ecaa3ff6f2f73f1c9fc8217d2 | |
parent | 120c4d95b29d1c60ee8c7b72e4b96098514b2e3c [diff] |
m68k: use same start_thread() on MMU and no-MMU The MMU and no-MMU versions of start_thread() are now identical, so use the same common code for both. Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>