Skip to content

Commit 5ac5f3f

Browse files
lrq-maxrafaeljw
authored andcommitted
ACPI: processor: Reduce the log level of a per-CPU message about idle states
This made the CPU bootup faster, otherwise Linux spends lots of time to printing nonsense information for each CPU when there are lots of CPUs. Signed-off-by: Li RongQing <[email protected]> Link: https://patch.msgid.link/[email protected] [ rjw: Subject edits ] Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 8400291 commit 5ac5f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/acpi/acpi_processor.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,7 @@ int acpi_processor_evaluate_cst(acpi_handle handle, u32 cpu,
985985
memcpy(&info->states[++last_index], &cx, sizeof(cx));
986986
}
987987

988-
acpi_handle_info(handle, "Found %d idle states\n", last_index);
988+
acpi_handle_debug(handle, "Found %d idle states\n", last_index);
989989

990990
info->count = last_index;
991991

0 commit comments

Comments
 (0)