Re: [PATCH] x86/fpu: Remove export of mxcsr_feature_mask
From: Nikolay Borisov
Date: Fri May 31 2024 - 02:44:05 EST
On 30.05.24 г. 22:27 ч., Chang S. Bae wrote:
The variable was previously referenced in KVM code but is no longer used.
Don't export it.
Signed-off-by: Chang S. Bae <chang.seok.bae@xxxxxxxxx>
FWIW the usage of this variable got removed in ea4d6938d4c0 ("x86/fpu:
Replace KVMs home brewed FPU copy from user")
Reviewed-by: Nikolay Borisov <nik.borisov@xxxxxxxx>