Re: [PATCH v1 1/3] x86/entry: Test ti_work for zero before processing individual bits
From: Xin Li
Date: Wed Aug 07 2024 - 19:04:06 EST
On 8/7/2024 9:21 AM, Brian Gerst wrote:
+ fpregs_assert_state_consistent();
This call was originally unconditional, and does nothing if
TIF_NEED_FPU_LOAD is set.
lost my mind! Thanks!