[ia64] teach elf_access_reg() to handle the missing range (r16..r31)
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 6 Jun 2020 21:55:02 +0000 (17:55 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 26 Jun 2020 05:01:53 +0000 (01:01 -0400)
commite2115cf3cc57fc4b3f6b0ea4f746e5ab6dc9c2c0
tree1155628061bed76c99234415de703335fbe1f1e7
parent4c35bf3ae948d6232f3d2c6fbf2008c341490683
[ia64] teach elf_access_reg() to handle the missing range (r16..r31)

Now it's easy to make elf_access_gpreg() handle the rest of global
registers (r16..r31).  That gets rid of the hole in the registers
elf_access_reg() can handle, which will allow to simplify its callers
later in the series.

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