[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LFD.2.01.0907012119370.3380@localhost.localdomain>
Date: Wed, 1 Jul 2009 21:23:46 -0700 (PDT)
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: Yinghai Lu <yinghai@...nel.org>
cc: Ingo Molnar <mingo@...e.hu>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: printk regression?
On Wed, 1 Jul 2009, Yinghai Lu wrote:
>
> [ 75.690022] <7>printing local APIC contents on CPU#0/0:
Yes. This is because the io_apic code should be fixed.
It does:
printk("\n" KERN_DEBUG "printing local APIC
and that "\n" at the beginning should just be deleted. The log-level
should be at the beginning of the printk, not in the middle.
Same goes for the insane binary printing crap. How about just making it
sane?
Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists