m68knommu: implement minimal regset support
authorGreg Ungerer <gerg@linux-m68k.org>
Wed, 27 Apr 2022 13:09:37 +0000 (23:09 +1000)
committerGreg Ungerer <gerg@linux-m68k.org>
Mon, 16 May 2022 03:18:30 +0000 (13:18 +1000)
commitbd53e442e8373d8e10898d1e99d54e825535e316
treec14ee7250b71662fef6b6d0925f6645df004e8f7
parent6ed2db985a8db06c4e3d4de622d8c894a20827ae
m68knommu: implement minimal regset support

Add code support to the m68k architecture for regsets.

Currently the only thing that will need to use regsets for m68k will be
coredump support of the elf_fdpic loader. So the changes are conditional
on that. The added support is the minimum definitions required to support
just that.

Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
arch/m68k/kernel/ptrace.c