Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932322Ab0FYXej (ORCPT ); Fri, 25 Jun 2010 19:34:39 -0400 Received: from mail-iw0-f174.google.com ([209.85.214.174]:48300 "EHLO mail-iw0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932240Ab0FYXei convert rfc822-to-8bit (ORCPT ); Fri, 25 Jun 2010 19:34:38 -0400 MIME-Version: 1.0 In-Reply-To: References: <20100625220300.6903.3519.stgit@angua> From: Grant Likely Date: Fri, 25 Jun 2010 17:34:17 -0600 X-Google-Sender-Auth: wouK8jgONha5SdMUgCqsvg2Do7w Message-ID: Subject: Re: [PATCH] of/flattree: Use common ALIGN() macro instead of archspecific _ALIGN To: Stephen Neuendorffer Cc: benh@kernel.crashing.org, monstr@monstr.eu, microblaze-uclinux@itee.uq.edu.au, devicetree-discuss@lists.ozlabs.org, linux-kernel@vger.kernel.org, jeremy.kerr@canonical.com, sfr@canb.auug.org.au Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1570 Lines: 39 On Fri, Jun 25, 2010 at 5:18 PM, Stephen Neuendorffer wrote: >> -----Original Message----- >> From: glikely@secretlab.ca [mailto:glikely@secretlab.ca] On Behalf Of Grant Likely >> Sent: Friday, June 25, 2010 4:16 PM >> To: Stephen Neuendorffer >> Cc: benh@kernel.crashing.org; monstr@monstr.eu; microblaze-uclinux@itee.uq.edu.au; devicetree- >> discuss@lists.ozlabs.org; linux-kernel@vger.kernel.org; jeremy.kerr@canonical.com; >> sfr@canb.auug.org.au >> Subject: Re: [PATCH] of/flattree: Use common ALIGN() macro instead of archspecific _ALIGN >> >> On Fri, Jun 25, 2010 at 4:49 PM, Stephen Neuendorffer >> wrote: >> > Grant, >> > >> > I need this for the PCI project. ?I also have a couple of other >> > generalizations of the drivers/of code >> > to get it to run after boot time in an X86 system... >> >> Send me your patches! ?:-) ?Get them to me soon and I'll queue them up >> for the next merge window. >> >> g. > > Dangit, I just got the code compiling, and now I find out that X86 doesn't support out_be32()... ?:) > You'd think that somewhere somebody might have realized that all the duplicated driver macros that > do that are a bad idea... :-) I think iowrite32be should be cross-arch safe. in_*, out_* was mostly a powerpc/sparc thing. g. -- 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/