um: PTRACE_[GS]ETFPXREGS had been wired on the wrong subarch
authorAl Viro <viro@ftp.linux.org.uk>
Wed, 14 Sep 2011 23:21:34 +0000 (16:21 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 15 Sep 2011 01:09:37 +0000 (18:09 -0700)
commit01599cdc2f891415387aed9921909b3e9f27c801
treea5692896be04c80940093f644a86f5e11f1d749b
parent7cf3cf21aac7d75d27e8e7cd039bd33d19fb300d
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>
arch/um/sys-i386/ptrace.c
arch/um/sys-x86_64/ptrace.c