]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: user_regset_view table fix for ia32 on 64-bit
authorRoland McGrath <roland@redhat.com>
Fri, 9 May 2008 22:43:44 +0000 (15:43 -0700)
committerIngo Molnar <mingo@elte.hu>
Tue, 13 May 2008 17:40:20 +0000 (19:40 +0200)
commit1f465f4e475454b8bb590846c50a9d16e8046f3d
tree1e76b18f74a9f15e8f800296e6a75f4fc910a0f7
parentafc85343807bc2c488b7372cd7547875dfe03fe5
x86: user_regset_view table fix for ia32 on 64-bit

The user_regset_view table for the 32-bit regsets on the 64-bit build had
the wrong sizes for the FP regsets.  This bug had no user-visible effect
(just on kernel modules using the user_regset interfaces and the like).
But the fix is trivial and risk-free.

Signed-off-by: Roland McGrath <roland@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/ptrace.c