Skip to content

Commit f09a7b0

Browse files
committed
perf: sync up x86/.../cpufeatures.h
The x86 copy of cpufeatures.h is now out of sync, so fix that. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 20f4d77 commit f09a7b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/arch/x86/include/asm/cpufeatures.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
#define X86_FEATURE_EXTD_APICID ( 3*32+26) /* has extended APICID (8 bits) */
105105
#define X86_FEATURE_AMD_DCM ( 3*32+27) /* multi-node processor */
106106
#define X86_FEATURE_APERFMPERF ( 3*32+28) /* APERFMPERF */
107-
#define X86_FEATURE_EAGER_FPU ( 3*32+29) /* "eagerfpu" Non lazy FPU restore */
107+
/* free, was #define X86_FEATURE_EAGER_FPU ( 3*32+29) * "eagerfpu" Non lazy FPU restore */
108108
#define X86_FEATURE_NONSTOP_TSC_S3 ( 3*32+30) /* TSC doesn't stop in S3 state */
109109

110110
/* Intel-defined CPU features, CPUID level 0x00000001 (ecx), word 4 */

0 commit comments

Comments
 (0)