Skip to content

Commit 7991fda

Browse files
Punit Agrawalwilldeacon
authored andcommitted
arm64: acpi: Drop message logging SPCR default console
Commit f5a4af3 ("ACPI: Add acpi=nospcr to disable ACPI SPCR as default console on ARM64") introduced a command line parameter to prevent using SPCR provided console as default. It also introduced a message to log this choice. Drop the message as it is not particularly useful and can be incorrect in situations where no SPCR is provided by the firmware. Link: https://lore.kernel.org/all/aQN0YWUYaPYWpgJM@willie-the-truck/ Signed-off-by: Punit Agrawal <punit.agrawal@oss.qualcomm.com> Signed-off-by: Will Deacon <will@kernel.org>
1 parent eeb8c19 commit 7991fda

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

arch/arm64/kernel/acpi.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,6 @@ void __init acpi_boot_table_init(void)
252252
*/
253253
acpi_parse_spcr(earlycon_acpi_spcr_enable,
254254
!param_acpi_nospcr);
255-
pr_info("Use ACPI SPCR as default console: %s\n",
256-
param_acpi_nospcr ? "No" : "Yes");
257255

258256
if (IS_ENABLED(CONFIG_ACPI_BGRT))
259257
acpi_table_parse(ACPI_SIG_BGRT, acpi_parse_bgrt);

0 commit comments

Comments
 (0)