mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-01 08:46:36 +09:00
Merge tag 'acpi-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Pull ACPI fix from Rafael Wysocki: "This prevents excessive ACPI debug messages from being printed to the kernel log, which has started to happen after one of the recent ACPICA commits (Erik Schmauss)" * tag 'acpi-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: ACPI: Set debug output flags independent of ACPICA
This commit is contained in:
@@ -1029,6 +1029,9 @@ void __init acpi_early_init(void)
|
||||
|
||||
acpi_permanent_mmap = true;
|
||||
|
||||
/* Initialize debug output. Linux does not use ACPICA defaults */
|
||||
acpi_dbg_level = ACPI_LV_INFO | ACPI_LV_REPAIR;
|
||||
|
||||
#ifdef CONFIG_X86
|
||||
/*
|
||||
* If the machine falls into the DMI check table,
|
||||
|
||||
Reference in New Issue
Block a user