Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753875AbYJQFXK (ORCPT ); Fri, 17 Oct 2008 01:23:10 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751167AbYJQFW4 (ORCPT ); Fri, 17 Oct 2008 01:22:56 -0400 Received: from gate.crashing.org ([63.228.1.57]:56329 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751010AbYJQFWz (ORCPT ); Fri, 17 Oct 2008 01:22:55 -0400 Subject: Re: [PATCH] Fix broken debug output reserve_region_with_split() From: Benjamin Herrenschmidt Reply-To: benh@kernel.crashing.org To: Linus Torvalds Cc: David Miller , rdreier@cisco.com, Geert.Uytterhoeven@sonycom.com, hpa@zytor.com, linux-kernel@vger.kernel.org, mingo@elte.hu, yhlu.kernel@gmail.com, akpm@linux-foundation.org In-Reply-To: <1224220339.7654.84.camel@pasglop> References: <1224214314.7654.65.camel@pasglop> <20081016.210404.151891223.davem@davemloft.net> <1224220339.7654.84.camel@pasglop> Content-Type: text/plain Date: Fri, 17 Oct 2008 16:21:38 +1100 Message-Id: <1224220898.7654.86.camel@pasglop> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 626 Lines: 21 On Fri, 2008-10-17 at 16:12 +1100, Benjamin Herrenschmidt wrote: > +#ifdef CONFIG_X86 > +#define IO_RSRC_SIZE 4 > +#elif CONFIG_PPC > +#define IO_RSRC_SIZE 8 > +#else > +#define IO_RSRC_SIZE MEM_RSRC_SIZE > +#endif And I'm obviously tired, the #elif CONFIG_PPC is bogus, feel free to fix it up, else I'll send a new patch tomorrow or next week. No big deal. Cheers, Ben. -- 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/