RE: [PATCH] ACPICA: Log successfully loaded DSDT

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



+Bob

> -----Original Message-----
> From: linux-acpi-owner@xxxxxxxxxxxxxxx <linux-acpi-
> owner@xxxxxxxxxxxxxxx> On Behalf Of Paul Menzel
> Sent: Wednesday, February 26, 2020 5:11 AM
> To: Rafael J. Wysocki <rjw@xxxxxxxxxxxxx>; Len Brown <lenb@xxxxxxxxxx>
> Cc: linux-acpi@xxxxxxxxxxxxxxx
> Subject: [PATCH] ACPICA: Log successfully loaded DSDT
> 
> From: Paul Menzel <pmenzel@xxxxxxxxxxxxx>
> 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@xxxxxxxxxxxxx>
> ---
>  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",
> tables_loaded));
>  	}
> 
>  	/* Load any SSDT or PSDT tables. Note: Loop leaves tables locked */
> --
> 2.25.0





[Index of Archives]     [Linux IBM ACPI]     [Linux Power Management]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]     [Linux Resources]

  Powered by Linux