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 7E5D0B7CED for ; Fri, 15 Jan 2010 07:01:12 +1100 (EST) Subject: Re: [PATCH]: powerpc: Fix build breakage due to incorrect location of autoconf.h From: Benjamin Herrenschmidt To: Joakim Tjernlund In-Reply-To: References: <20100112022150.GE12666@kryten> <20100112140136.c8ccc357.sfr@canb.auug.org.au> <1263412963.724.223.camel@pasglop> <1263459431.724.352.camel@pasglop> <1263462224.724.356.camel@pasglop> Content-Type: text/plain; charset="UTF-8" Date: Fri, 15 Jan 2010 06:59:36 +1100 Message-ID: <1263499176.724.357.camel@pasglop> Mime-Version: 1.0 Cc: Stephen Rothwell , Roel Kluin , "linuxppc-dev@ozlabs.org list" , Richard Purdie , Anton Blanchard , Andrew Morton , David Woodhouse List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 2010-01-14 at 14:27 +0100, Joakim Tjernlund wrote: > > It would probably be a good idea to redefine UP_UNALIGNED macro to > do 2 byte accesses in the non CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS > case. > > I don't think I will revisit this any time soon so I figured I should > mention it in case someone else wants to try it. Well, get_unaligned() does just that... Ben.