For the cpu throttling message, s/enabled/available

Requested by:	many
This commit is contained in:
Nate Lawson 2003-01-14 19:39:41 +00:00
parent fe41ca530c
commit d6b992c723

View File

@ -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));
}