commit | 1f465f4e475454b8bb590846c50a9d16e8046f3d | [log] [tgz] |
---|---|---|
author | Roland McGrath <roland@redhat.com> | Fri May 09 15:43:44 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Tue May 13 19:40:20 2008 +0200 |
tree | 1e76b18f74a9f15e8f800296e6a75f4fc910a0f7 | |
parent | afc85343807bc2c488b7372cd7547875dfe03fe5 [diff] |
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>