Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753262AbZGBEZq (ORCPT ); Thu, 2 Jul 2009 00:25:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750850AbZGBEZi (ORCPT ); Thu, 2 Jul 2009 00:25:38 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:43375 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750822AbZGBEZi (ORCPT ); Thu, 2 Jul 2009 00:25:38 -0400 Date: Wed, 1 Jul 2009 21:23:46 -0700 (PDT) From: Linus Torvalds X-X-Sender: torvalds@localhost.localdomain To: Yinghai Lu cc: Ingo Molnar , "linux-kernel@vger.kernel.org" Subject: Re: printk regression? In-Reply-To: <4A4C3410.8080704@kernel.org> Message-ID: References: <4A4C3410.8080704@kernel.org> User-Agent: Alpine 2.01 (LFD 1184 2008-12-16) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 681 Lines: 24 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/