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

From: Andi Kleen
Date: Fri Jul 15 2005 - 06:51:27 EST


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?

-Andi
-
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/