summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/acpica')
-rw-r--r--sys/dev/acpica/acpi_cpu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/acpica/acpi_cpu.c b/sys/dev/acpica/acpi_cpu.c
index 30c1cfe..912d37c 100644
--- a/sys/dev/acpica/acpi_cpu.c
+++ b/sys/dev/acpica/acpi_cpu.c
@@ -295,7 +295,8 @@ acpi_cpu_init_throttling(void *arg)
/* set initial speed */
acpi_cpu_power_profile(NULL);
- printf("acpi_cpu: CPU throttling enabled, %d steps from 100%% to %d.%d%%\n",
+ printf("acpi_cpu: CPU throttling available, %d steps "
+ "from 100%% to %d.%d%%\n",
CPU_MAX_SPEED, CPU_SPEED_PRINTABLE(1));
}
OpenPOWER on IntegriCloud