linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] ACPICA: Log successfully loaded DSDT
@ 2020-03-03 15:03 Paul Menzel
  0 siblings, 0 replies; only message in thread
From: Paul Menzel @ 2020-03-03 15:03 UTC (permalink / raw)
  To: Rafael J. Wysocki, Len Brown; +Cc: linux-acpi

[-- Attachment #1: Type: text/plain, Size: 1061 bytes --]

From: Paul Menzel <pmenzel@molgen.mpg.de>
Date: Sun, 14 Jul 2019 12:18:50 +0200

Explicitly log, when the DSDT has been loaded. The timestamp will also help
analyzing and optimizing the boot speed.

    [    0.142248] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
    [    0.168794] ACPI: DSDT successfully acquired and loaded
    [    0.203925] ACPI: 9 ACPI AML tables successfully acquired and loaded

Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
---
v2: Remove unused argument from print function.

 drivers/acpi/acpica/tbxfload.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/acpi/acpica/tbxfload.c b/drivers/acpi/acpica/tbxfload.c
index bcba993d4dac..e49ebcf25493 100644
--- a/drivers/acpi/acpica/tbxfload.c
+++ b/drivers/acpi/acpica/tbxfload.c
@@ -162,6 +162,7 @@ acpi_status acpi_tb_load_namespace(void)
 		tables_failed++;
 	} else {
 		tables_loaded++;
+		ACPI_INFO(("DSDT successfully acquired and loaded\n"));
 	}
 
 	/* Load any SSDT or PSDT tables. Note: Loop leaves tables locked */
-- 
2.25.0



[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 5174 bytes --]

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-03-03 15:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-03 15:03 [PATCH v2] ACPICA: Log successfully loaded DSDT Paul Menzel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).