Commit 9b8ad2b6 authored by Borislav Petkov (AMD)'s avatar Borislav Petkov (AMD)
Browse files

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: default avatarBorislav Petkov (AMD) <bp@alien8.de>
parent fbe80bd6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
 */