diff options
Diffstat (limited to 'drivers/acpi/processor_idle.c')
-rw-r--r-- | drivers/acpi/processor_idle.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/processor_idle.c b/drivers/acpi/processor_idle.c index 226dc5665d81..abb559cd28d7 100644 --- a/drivers/acpi/processor_idle.c +++ b/drivers/acpi/processor_idle.c | |||
@@ -207,6 +207,7 @@ static void tsc_check_state(int state) | |||
207 | switch (boot_cpu_data.x86_vendor) { | 207 | switch (boot_cpu_data.x86_vendor) { |
208 | case X86_VENDOR_AMD: | 208 | case X86_VENDOR_AMD: |
209 | case X86_VENDOR_INTEL: | 209 | case X86_VENDOR_INTEL: |
210 | case X86_VENDOR_CENTAUR: | ||
210 | /* | 211 | /* |
211 | * AMD Fam10h TSC will tick in all | 212 | * AMD Fam10h TSC will tick in all |
212 | * C/P/S0/S1 states when this bit is set. | 213 | * C/P/S0/S1 states when this bit is set. |