mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-08-10 03:46:14 +00:00
Presently with preempt enabled there's the possibility to be preempted after the TIF_USEDFPU test and the register save, leading to bogus state post-__switch_to(). Use an explicit preempt_disable()/enable() pair around unlazy_fpu()/clear_fpu() to avoid this. Follows the x86 change. Reported-by: Takuo Koguchi <takuo.koguchi.sw@hitachi.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org> |
||
|---|---|---|
| .. | ||
| entry.S | ||
| fpu.c | ||
| Makefile | ||
| probe.c | ||
| switchto.S | ||
| unwind.c | ||