sparc64: switch genregs32_get() to use of get_from_target()
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 22 May 2020 16:51:42 +0000 (12:51 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 26 Jun 2020 05:02:14 +0000 (01:02 -0400)
commit030754c99538ef83ba6aaf1cdfe33ec4fbbc0c0f
tree532405a8fe327893778f6e7112c0bd7468b5d92e
parentb3a9e3b9622ae10064826dccb4f7a52bd88c7407
sparc64: switch genregs32_get() to use of get_from_target()

... for fetching the register window from target's stack, rather
than open-coding it.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/sparc/kernel/ptrace_64.c