commit | fde3944141c70b264aace92334b297a05233e179 | [log] [tgz] |
---|---|---|
author | Greg Ungerer <gerg@uclinux.org> | Thu Feb 09 14:18:46 2012 +1000 |
committer | Greg Ungerer <gerg@uclinux.org> | Mon Mar 05 09:43:05 2012 +1000 |
tree | 67beaef85f76516b07d13ccefeec4d4e10114743 | |
parent | 9657a87205a367bddd802cbf439531697597fd8b [diff] |
m68k: merge the MMU and non-MMU versions of process.c The MMU and non-MMU varients of the m68k arch process.c code are pretty much the same. Only a few minor details differ between the two. The majority of the difference is to deal with having or wanting hardware FPU support. So merge them back into a single process.c file. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>