From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from verein.lst.de (verein.lst.de [213.95.11.210]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 83095DDEBB for ; Fri, 8 Feb 2008 06:01:22 +1100 (EST) Date: Thu, 7 Feb 2008 20:01:14 +0100 From: Christoph Hellwig To: Sean MacLennan Subject: Re: asm-offsets.c Message-ID: <20080207190114.GA21873@lst.de> References: <47AA8C7D.3030109@pikatech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <47AA8C7D.3030109@pikatech.com> Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Feb 06, 2008 at 11:43:41PM -0500, Sean MacLennan wrote: > I just did a git pull of Josh's tree, and > arch/powerpc/kernel/asm-offsets.c does not compile. I have only been > glossing over the linuxppc-dev emails, so forgive me if this already > came up. > > It looks like, at least for the Warp, CLOCK_REALTIME_RES is not defined > so asm-offsets.c gets an error. The following patch fixes it.... but I > am not sure it is right since I don't know if CLOCK_REALTIME_RES should > be defined. The breakage is now in mainline aswell.