Re: [PATCH] x86_64: print processor number in show_regs

From: Zwane Mwaikambo
Date: Fri Jul 15 2005 - 06:57:07 EST


On Fri, 15 Jul 2005, Andi Kleen wrote:

> On Fri, 15 Jul 2005 05:04:57 -0600 (MDT)
> Zwane Mwaikambo <zwane@xxxxxxxxxxxxxxxx> wrote:
>
>
> > void show_regs(struct pt_regs *regs)
> > {
> > + printk("CPU %d:", smp_processor_id());
>
> Isn't there a space after the : missing here?

I don't believe so, there is a \n in the first line of
__show_regs

Zwane

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/