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