m68k: merge the MMU and non-MMU versions of process.c
authorGreg Ungerer <gerg@uclinux.org>
Thu, 9 Feb 2012 04:18:46 +0000 (14:18 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Sun, 4 Mar 2012 23:43:05 +0000 (09:43 +1000)
commitfde3944141c70b264aace92334b297a05233e179
tree67beaef85f76516b07d13ccefeec4d4e10114743
parent9657a87205a367bddd802cbf439531697597fd8b
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>
arch/m68k/kernel/process.c
arch/m68k/kernel/process_mm.c [deleted file]
arch/m68k/kernel/process_no.c [deleted file]
This page took 0.024538 seconds and 5 git commands to generate.