aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorNate Lawson <njl@FreeBSD.org>2003-01-14 19:39:41 +0000
committerNate Lawson <njl@FreeBSD.org>2003-01-14 19:39:41 +0000
commitd6b992c72320458a34ace646cc51c130a5a05593 (patch)
tree5510ea1b8a62b761fd00f346e95d049e743e0f80 /sys
parentfe41ca530c73e4f1f7b5436e6a6bbc1fa66ea270 (diff)
downloadsrc-d6b992c72320458a34ace646cc51c130a5a05593.tar.gz
src-d6b992c72320458a34ace646cc51c130a5a05593.zip
For the cpu throttling message, s/enabled/available
Requested by: many
Notes
Notes: svn path=/head/; revision=109247
Diffstat (limited to 'sys')
-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 30c1cfe54d90..912d37c14269 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));
}