commit | 43dec91f4dbf4adbd2ffc9a86e34fa76ab1f5a05 | [log] [tgz] |
---|---|---|
author | Greg Ungerer <gerg@uclinux.org> | Tue Jan 24 16:16:35 2012 +1000 |
committer | Greg Ungerer <gerg@uclinux.org> | Mon Mar 05 09:43:04 2012 +1000 |
tree | fcfbfa0ba5e74aab1a9431104ef0a722bab5b251 | |
parent | 397ac99c6cef38cdf260440635c8873f51109c34 [diff] |
m68k: merge the mmu and non-mmu versions of ptrace.c Most of the code in the non-mmu ptrace_no.c file is the same as the mmu version ptrace_mm.c. So merge them back into a single file. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>