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 ESMTPS id 1CE852C0090 for ; Thu, 25 Jul 2013 12:50:02 +1000 (EST) Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.13.8) with ESMTP id r6P2nwKM025181 for ; Wed, 24 Jul 2013 21:49:59 -0500 Message-ID: <1374720597.6142.49.camel@pasglop> Subject: Re: [PATCH] powerpc/pmac: Early debug output on screen on 64-bit macs From: Benjamin Herrenschmidt To: linuxppc-dev Date: Thu, 25 Jul 2013 12:49:57 +1000 In-Reply-To: <1374718352.6142.48.camel@pasglop> References: <1374718352.6142.48.camel@pasglop> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 2013-07-25 at 12:12 +1000, Benjamin Herrenschmidt wrote: > --- a/arch/powerpc/kernel/setup_64.c > +++ b/arch/powerpc/kernel/setup_64.c > @@ -10,7 +10,7 @@ > * 2 of the License, or (at your option) any later version. > */ > > -#undef DEBUG > +#define DEBUG Ooops... sent the wrong version. Will send an updated one later, if there are no other comments. Cheers, Ben.