commit | fb411b837b587a32046dc4f369acb93a10b1def8 | [log] [tgz] |
---|---|---|
author | Dave Martin <Dave.Martin@arm.com> | Mon Mar 27 15:10:53 2017 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Mar 29 08:54:17 2017 -0700 |
tree | ae521a5205a878c2cb854c3676856578d589ef48 | |
parent | c470abd4fde40ea6a0846a2beab642a578c0b8cd [diff] |
c6x/ptrace: Remove useless PTRACE_SETREGSET implementation gpr_set won't work correctly and can never have been tested, and the correct behaviour is not clear due to the endianness-dependent task layout. So, just remove it. The core code will now return -EOPNOTSUPPORT when trying to set NT_PRSTATUS on this architecture until/unless a correct implementation is supplied. Signed-off-by: Dave Martin <Dave.Martin@arm.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>