summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2003-01-14 19:39:41 +0000
committernjl <njl@FreeBSD.org>2003-01-14 19:39:41 +0000
commit9eb1510fb947a1def19fce84e4b8039013b636fa (patch)
tree5510ea1b8a62b761fd00f346e95d049e743e0f80 /sys/dev/acpica
parentdab80127c869f0186bdcd377800f26d02493275c (diff)
downloadFreeBSD-src-9eb1510fb947a1def19fce84e4b8039013b636fa.zip
FreeBSD-src-9eb1510fb947a1def19fce84e4b8039013b636fa.tar.gz
For the cpu throttling message, s/enabled/available
Requested by: many
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