commit | 01599cdc2f891415387aed9921909b3e9f27c801 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ftp.linux.org.uk> | Wed Sep 14 16:21:34 2011 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Sep 14 18:09:37 2011 -0700 |
tree | a5692896be04c80940093f644a86f5e11f1d749b | |
parent | 7cf3cf21aac7d75d27e8e7cd039bd33d19fb300d [diff] |
um: PTRACE_[GS]ETFPXREGS had been wired on the wrong subarch It's 32bit-only, not 64bit-only... And while we are at it, it's set_fpxregs(), not set_fpregs()... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Richard Weinberger <richard@nod.at> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>