From: Borislav Petkov (AMD) Date: Wed, 8 Apr 2026 10:32:06 +0000 (+0200) Subject: x86/fpu: Correct the comment explaining what xfeatures_in_use() does X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9b8ad2b63067eb302aea429cb6f1f22947b353d7;p=thirdparty%2Fkernel%2Flinux.git x86/fpu: Correct the comment explaining what xfeatures_in_use() does It returns the mask of the features which are being currently used, i.e., NOT in their initial configuration. No functional changes. Signed-off-by: Borislav Petkov (AMD) --- diff --git a/arch/x86/include/asm/fpu/xcr.h b/arch/x86/include/asm/fpu/xcr.h index 9a710c0604457..698457f16d5d0 100644 --- a/arch/x86/include/asm/fpu/xcr.h +++ b/arch/x86/include/asm/fpu/xcr.h @@ -23,7 +23,7 @@ static inline void xsetbv(u32 index, u64 value) /* * Return a mask of xfeatures which are currently being tracked - * by the processor as being in the initial configuration. + * by the processor as being not in the initial configuration. * * Callers should check X86_FEATURE_XGETBV1. */