Messages in this thread |  | | | Date | Thu, 2 Jul 2009 08:12:54 +0200 | | From | Ingo Molnar <> | | Subject | Re: [PATCH] x86: fix printk calling in print_local_apic |
> - 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
|  |