commit | 10c11f304986a1f84201c2261a428701f9d2dffc | [log] [tgz] |
---|---|---|
author | Brian Gerst <brgerst@gmail.com> | Fri Sep 03 21:17:13 2010 -0400 |
committer | H. Peter Anvin <hpa@linux.intel.com> | Thu Sep 09 14:16:58 2010 -0700 |
tree | 619bed49fcd50d6eec3034436ae77b5c3c46f7cb | |
parent | a4d4fbc7735bba6654b20f859135f9d3f8fe7f76 [diff] |
x86-64, fpu: Fix %cs value in convert_from_fxsr() While %ds still contains the userspace selector, %cs is KERNEL_CS at this point. Always get %cs from pt_regs even for the current task. Signed-off-by: Brian Gerst <brgerst@gmail.com> Acked-by: Pekka Enberg <penberg@kernel.org> Cc: Suresh Siddha <suresh.b.siddha@intel.com> LKML-Reference: <1283563039-3466-7-git-send-email-brgerst@gmail.com> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>