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) <bp@alien8.de>
master
Borislav Petkov (AMD) 2026-04-08 12:32:06 +02:00
parent fbe80bd699
commit 9b8ad2b630
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*/