commit | 47e12855a91d2a9ca18d8fe10382e5a8d87b1417 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sat Feb 22 11:01:44 2020 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Jul 27 14:31:07 2020 -0400 |
tree | 0b129bd2d6e0e620358d5ce5b5d3c3857f3bde6f | |
parent | 0557d64d983e3dedead2d4b4e8abc49620d5f5d2 [diff] |
powerpc: switch to ->regset_get() Note: compat variant of REGSET_TM_CGPR is almost certainly wrong; it claims to be 48*64bit, but just as compat REGSET_GPR it stores 44*32bit of (truncated) registers + 4 32bit zeros... followed by 48 more 32bit zeroes. Might be too late to change - it's a userland ABI, after all ;-/ Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>