Skip to content

Commit b72f301

Browse files
Tony W Wang-ocrafaeljw
authored andcommitted
ACPI: PAD: mark Zhaoxin CPUs NONSTOP TSC correctly
Zhaoxin CPUs support NONSTOP TSC feature, so do not mark these CPUs TSC unstable when use the acpi_pad driver. Signed-off-by: Tony W Wang-oc <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 858fd16 commit b72f301

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/acpi/acpi_pad.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ static void power_saving_mwait_init(void)
6666
case X86_VENDOR_AMD:
6767
case X86_VENDOR_INTEL:
6868
case X86_VENDOR_ZHAOXIN:
69+
case X86_VENDOR_CENTAUR:
6970
/*
7071
* AMD Fam10h TSC will tick in all
7172
* C/P/S0/S1 states when this bit is set.

0 commit comments

Comments
 (0)