[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <9E0BE1322F2F2246BD820DA9FC397ADE9AF06B@SHSMSX102.ccr.corp.intel.com>
Date: Tue, 14 May 2013 14:56:05 +0000
From: "Ren, Qiaowei" <qiaowei.ren@...el.com>
To: Borislav Petkov <bp@...en8.de>
CC: Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...hat.com>,
"H. Peter Anvin" <hpa@...or.com>,
"x86@...nel.org" <x86@...nel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"tboot-devel@...ts.sourceforge.net"
<tboot-devel@...ts.sourceforge.net>,
"Wei, Gang" <gang.wei@...el.com>
Subject: RE: [PATCH] x86: add a new SMP bring up way for tboot case
On 2013-05-14, Borislav Petkov wrote:
> On Wed, May 15, 2013 at 05:21:25AM +0800, Qiaowei Ren wrote:
> > diff --git a/arch/x86/kernel/tboot.c b/arch/x86/kernel/tboot.c index
> > f84fe00..0ec1947 100644
> > --- a/arch/x86/kernel/tboot.c
> > +++ b/arch/x86/kernel/tboot.c
> > @@ -101,6 +101,8 @@ void __init tboot_probe(void)
> > pr_debug("shutdown_entry: 0x%x\n", tboot->shutdown_entry);
> > pr_debug("tboot_base: 0x%08x\n", tboot->tboot_base);
> > pr_debug("tboot_size: 0x%x\n", tboot->tboot_size);
> > + if (tboot->version >= 6)
> > + pr_info("flags: 0x%08x\n", tboot->flags);
>
> This should be pr_debug like the rest, no?
Well. pr_debug is ok.
Thanks,
Qiaowei
Powered by blists - more mailing lists