From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp1.linux-foundation.org (smtp1.linux-foundation.org [140.211.169.13]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "smtp.linux-foundation.org", Issuer "CA Cert Signing Authority" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id C742DB7D19 for ; Sat, 30 Jan 2010 10:49:58 +1100 (EST) Date: Fri, 29 Jan 2010 15:49:24 -0800 From: Andrew Morton To: Joakim Tjernlund Subject: Re: [PATCH]: powerpc: Fix build breakage due to incorrect location of autoconf.h Message-Id: <20100129154924.d1bf8bc3.akpm@linux-foundation.org> In-Reply-To: References: <20100112022150.GE12666@kryten> <20100112140136.c8ccc357.sfr@canb.auug.org.au> <1263412963.724.223.camel@pasglop> <1263459431.724.352.camel@pasglop> <20100127170536.23634cdf.akpm@linux-foundation.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: Stephen Rothwell , Roel Kluin , "linuxppc-dev@ozlabs.org list" , Richard Purdie , Anton Blanchard , David Woodhouse List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 28 Jan 2010 09:52:41 +0100 Joakim Tjernlund wrote: > Commit 6846ee5ca68d81e6baccf0d56221d7a00c1be18b made the > new optimized inflate only available on arch's that > define CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS. This > will again enable the optimization for all arch's by > by defining our own endian independent version > of unaligned access. As an added bonus, arch's that > define CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS do a > plain load instead. Given that we're at -rc5, that changelog says to me "this is a 2.6.34 patch". If that is wrong, please tell me why.