From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 16F5BDDE18 for ; Mon, 12 Nov 2007 19:52:57 +1100 (EST) Subject: Re: [PATCH] [POWERPC] Silence an annoying boot message From: Benjamin Herrenschmidt To: Olof Johansson In-Reply-To: <20071112051532.GA28394@lixom.net> References: <20071112135339.9a01b115.sfr@canb.auug.org.au> <20071112051532.GA28394@lixom.net> Content-Type: text/plain Date: Mon, 12 Nov 2007 19:52:36 +1100 Message-Id: <1194857556.18185.33.camel@pasglop> Mime-Version: 1.0 Cc: Stephen Rothwell , paulus@samba.org, ppc-dev Reply-To: benh@kernel.crashing.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > Please use pr_debug() instead. > > Feel free to change the only other DBG() user in the file as well, > and take out the define of it And for those who wonder where those DBG() come from, it's mostly me, from a time when either pr_debug wasn't around, or because I wanted to hook it to udbg_printf or other low level facilities before we had early debug console. There is no good reason to keep those around nowadays except bad habit :-) Cheers, Ben