More useful announce message containing current speed of CPU

This commit is contained in:
Nate Lawson 2003-01-23 22:18:14 +00:00
parent 537a265865
commit a40f20c791

View File

@ -295,9 +295,9 @@ acpi_cpu_init_throttling(void *arg)
/* set initial speed */
acpi_cpu_power_profile(NULL);
printf("acpi_cpu: CPU throttling available, %d steps "
"from 100%% to %d.%d%%\n",
CPU_MAX_SPEED, CPU_SPEED_PRINTABLE(1));
printf("acpi_cpu: throttling enabled, %d steps (100%% to %d.%d%%), "
"currently %d.%d%%\n", CPU_MAX_SPEED, CPU_SPEED_PRINTABLE(1),
CPU_SPEED_PRINTABLE(cpu_current_state));
}
/*