From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ns2.suse.de ([195.135.220.15]:58200 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755581AbXGSXJI (ORCPT ); Thu, 19 Jul 2007 19:09:08 -0400 From: Andi Kleen Subject: Re: build fix for x86_64... Date: Fri, 20 Jul 2007 01:09:01 +0200 References: <20070719222411.GO12489@bauxite.pathscale.com> In-Reply-To: <20070719222411.GO12489@bauxite.pathscale.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707200109.02039.ak@suse.de> Sender: linux-arch-owner@vger.kernel.org To: Arthur Jones Cc: Vasily Tarasov , linux-kernel@vger.kernel.org, "Luck, Tony" , Jan Kara , linux-arch@vger.kernel.org List-ID: On Friday 20 July 2007 00:24:11 Arthur Jones wrote: > hi vasily, > > commit b716395e2b8e450e294537de0c91476ded2f0395 > breaks the build for x86_64 (and ia64 too, i guess) if > CONFIG_COMPAT is not turned on. here is a patch, which > i think is more complete than the previous one posted > to LKML by Doug Chapman (which only fixes ia64, i think). > it lets the build continue, but i have no idea if it's > correct or not.. Looks good, Tony, perhaps it would make sense to define some common CONFIG for COMPAT_FOR_U64_ALIGNMENT longer term to make the #ifs for this case a little less ugly. -Andi