From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from agminet01.oracle.com ([141.146.126.228]:19023 "EHLO agminet01.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S937016AbXGTPwi (ORCPT ); Fri, 20 Jul 2007 11:52:38 -0400 Date: Fri, 20 Jul 2007 08:55:01 -0700 From: Randy Dunlap Subject: Re: build fix for x86_64... Message-Id: <20070720085501.82715036.randy.dunlap@oracle.com> In-Reply-To: <200707201032.47545.ak@novell.com> References: <617E1C2C70743745A92448908E030B2A01FA4327@scsmsx411.amr.corp.intel.com> <200707201032.47545.ak@novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-arch-owner@vger.kernel.org To: Andi Kleen Cc: "Luck, Tony" , Arthur Jones , Vasily Tarasov , linux-kernel@vger.kernel.org, Jan Kara , linux-arch@vger.kernel.org List-ID: On Fri, 20 Jul 2007 10:32:47 +0200 Andi Kleen wrote: > On Friday 20 July 2007 01:54:51 Luck, Tony wrote: > > > > 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. > > > > Certainly if there is ever a third architecture that needs this the > > #if mess will be beyond bad. But with only the two of us we'd trade > > one ugly #ifdef line here for another half-dozen lines in each of > > our Kconfig files to define the new term. > > Half dozens? > > config COMPAT_FOR_U64_ALIGNMENT > bool > default y or even def_bool y --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code ***