Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933754AbZJIRNc (ORCPT ); Fri, 9 Oct 2009 13:13:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1761176AbZJIRNb (ORCPT ); Fri, 9 Oct 2009 13:13:31 -0400 Received: from mga09.intel.com ([134.134.136.24]:49664 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761158AbZJIRNa (ORCPT ); Fri, 9 Oct 2009 13:13:30 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.44,533,1249282800"; d="scan'208";a="456039197" Message-ID: <4ACF6EEF.3090101@linux.intel.com> Date: Fri, 09 Oct 2009 10:12:15 -0700 From: Arjan van de Ven User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: Kyle McMartin CC: Andreas Mohr , linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org Subject: Re: 2.6.32-rc3: floating-point build failure (undefined reference to `__udivdi3' in menu governor) References: <20091007104125.GA1449@rhlx01.hs-esslingen.de> <4ACCA44B.3070706@linux.intel.com> <20091007173457.GA25415@rhlx01.hs-esslingen.de> <20091007174553.GC11702@bombadil.infradead.org> <20091009160123.GA14808@rhlx01.hs-esslingen.de> <4ACF658D.4010605@linux.intel.com> <20091009170803.GE11702@bombadil.infradead.org> In-Reply-To: <20091009170803.GE11702@bombadil.infradead.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 852 Lines: 20 Kyle McMartin wrote: > On Fri, Oct 09, 2009 at 09:32:13AM -0700, Arjan van de Ven wrote: >>> Hmpf. Rather stuck now, ain'tcha, given that gcc 3.2.3 doesn't even have those? >>> >> wonder if making a new define with the value of RESOLUTION * DECAY >> (the actual value obviously) convinces your gcc that it really is a power of two ? >> > > It shouldn't. Maybe just add a BUILD_BUG_ON and change the divide to a > shift directly. How expected are these values to ever change, really? > so far... they haven't. I don't really expect these to change much. maybe once a year or so... to other powers of two -- 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/