intel_cstates: Rename to x86_cstates.

It works just fine on modern AMD CPUs, too.
This commit is contained in:
Augustin Cavalier
2024-10-17 13:55:33 -04:00
parent 9c0dced16e
commit 724227e017
6 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ AddFilesToPackage add-ons kernel power cpufreq :
intel_pstates@x86,x86_64
;
AddFilesToPackage add-ons kernel power cpuidle :
intel_cstates@x86,x86_64
x86_cstates@x86,x86_64
;
if $(TARGET_ARCH) = x86 || $(TARGET_ARCH) = x86_64 {
+1 -1
View File
@@ -67,7 +67,7 @@ AddFilesToPackage add-ons kernel power cpufreq :
intel_pstates@x86,x86_64
;
AddFilesToPackage add-ons kernel power cpuidle :
intel_cstates@x86,x86_64
x86_cstates@x86,x86_64
;
if $(TARGET_ARCH) = x86 || $(TARGET_ARCH) = x86_64 {