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
parent
fbe80bd699
commit
9b8ad2b630
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue