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)
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>

No differences found