Message ID | 20230306123418.720679-3-dedekind1@gmail.com |
---|---|
State | New |
Headers | show |
Series | Sapphire Rapids C0.x idle states support | expand |
diff --git a/arch/x86/kernel/cpu/umwait.c b/arch/x86/kernel/cpu/umwait.c index ec8064c0ae03..17c23173da0f 100644 --- a/arch/x86/kernel/cpu/umwait.c +++ b/arch/x86/kernel/cpu/umwait.c @@ -14,9 +14,9 @@ /* * Cache IA32_UMWAIT_CONTROL MSR. This is a systemwide control. By default, - * umwait max time is 100000 in TSC-quanta and C0.2 is enabled + * umwait max time is 10,000,000 in TSC-quanta and C0.2 is enabled. */ -static u32 umwait_control_cached = UMWAIT_CTRL_VAL(100000, UMWAIT_C02_ENABLE); +static u32 umwait_control_cached = UMWAIT_CTRL_VAL(10000000, UMWAIT_C02_ENABLE); /* * Cache the original IA32_UMWAIT_CONTROL MSR value which is configured by