linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Kaneda, Erik" <erik.kaneda@intel.com>
To: Paul Menzel <pmenzel@molgen.mpg.de>,
	"Rafael J. Wysocki" <rjw@rjwysocki.net>,
	Len Brown <lenb@kernel.org>,
	"Moore, Robert" <robert.moore@intel.com>
Cc: "linux-acpi@vger.kernel.org" <linux-acpi@vger.kernel.org>
Subject: RE: [PATCH] ACPICA: Log successfully loaded DSDT
Date: Wed, 26 Feb 2020 17:30:41 +0000	[thread overview]
Message-ID: <BYAPR11MB295181C721AA7AA3BB49B5F0F0EA0@BYAPR11MB2951.namprd11.prod.outlook.com> (raw)
In-Reply-To: <8a124312-9f75-c1b5-60d2-073322651221@molgen.mpg.de>

+Bob

> -----Original Message-----
> From: linux-acpi-owner@vger.kernel.org <linux-acpi-
> owner@vger.kernel.org> On Behalf Of Paul Menzel
> Sent: Wednesday, February 26, 2020 5:11 AM
> To: Rafael J. Wysocki <rjw@rjwysocki.net>; Len Brown <lenb@kernel.org>
> Cc: linux-acpi@vger.kernel.org
> Subject: [PATCH] ACPICA: Log successfully loaded DSDT
> 
> 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>
> ---
>  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


  reply	other threads:[~2020-02-26 17:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-26 13:10 [PATCH] ACPICA: Log successfully loaded DSDT Paul Menzel
2020-02-26 17:30 ` Kaneda, Erik [this message]
2020-02-26 19:08 ` kbuild test robot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BYAPR11MB295181C721AA7AA3BB49B5F0F0EA0@BYAPR11MB2951.namprd11.prod.outlook.com \
    --to=erik.kaneda@intel.com \
    --cc=lenb@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=pmenzel@molgen.mpg.de \
    --cc=rjw@rjwysocki.net \
    --cc=robert.moore@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).