]> git.baikalelectronics.ru Git - kernel.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)
commit476d7198d4de37b028fd91c120ad5cee5d4d5d75
tree1e76b18f74a9f15e8f800296e6a75f4fc910a0f7
parent7bd68aabb6d9dc751084652b2f8f9287a1d01347
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