mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-14 21:50:37 +00:00
This is a fix for the fix (yeah, /facepalm).
The correct mask to use is not the negation of the MXCSR_MASK but the
actual mask which contains the supported bits in the MXCSR register.
Reported and debugged by Ville Syrjälä <ville.syrjala@linux.intel.com>
Fixes:
|
||
|---|---|---|
| .. | ||
| bugs.c | ||
| core.c | ||
| init.c | ||
| Makefile | ||
| regset.c | ||
| signal.c | ||
| xstate.c | ||