Re: [PATCH] x86: fix printk calling in print_local_apic

From: Ingo Molnar
Date: Thu Jul 02 2009 - 02:14:20 EST



> - printk(KERN_DEBUG "0123456789abcdef0123456789abcdef\n" KERN_DEBUG);
> + printk(KERN_DEBUG "0123456789abcdef0123456789abcdef\n");
> for (i = 0; i < 8; i++) {
> + char bin[33];
> v = apic_read(base + i*0x10);
> +
> + /* Do we really want to print out LSB first? */

We definitely want MSB first - i'll flip around the order.

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