Re: [PATCH, v2] x86: Fix printk call in print_local_apic()

From: Andrew Morton
Date: Thu Jul 02 2009 - 02:50:55 EST


On Thu, 2 Jul 2009 08:28:47 +0200 Ingo Molnar <mingo@xxxxxxx> wrote:

> + printk(KERN_CONT "%08x", i, apic_read(base + i*0x10));

oop - compile it first ;)

There was some talk about teaching the lib/hexdump.c code to be able to
take a caller-provided give-me-another-byte function pointer. This is
the first potential user of such a thing which I recall seeing, so it's
probably good that we didn't do it ;)

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