More useful announce message containing current speed of CPU
This commit is contained in:
parent
537a265865
commit
a40f20c791
@ -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));
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user