From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.lixom.net (lixom.net [66.141.50.11]) by ozlabs.org (Postfix) with ESMTP id 01A0F6890B for ; Sat, 31 Dec 2005 07:41:01 +1100 (EST) Date: Fri, 30 Dec 2005 14:40:01 -0600 To: Kumar Gala Message-ID: <20051230204001.GA7450@pb15.lixom.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: From: Olof Johansson Cc: linuxppc-dev list Subject: Re: powerpc.git broken for ARCH=ppc List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, Dec 30, 2005 at 12:17:56PM -0600, Kumar Gala wrote: > Ben, > > It looks like you broke ARCH=ppc builds: > > arch/ppc/kernel/time.c: In function `wakeup_decrementer': > arch/ppc/kernel/time.c:125: warning: implicit declaration of function > `last_jiffy_stamp' > arch/ppc/kernel/time.c:125: error: invalid lvalue in assignment > arch/ppc/kernel/time.c: In function `timer_interrupt': > arch/ppc/kernel/time.c:189: error: invalid lvalue in assignment > arch/ppc/kernel/time.c: In function `time_init': > arch/ppc/kernel/time.c:331: error: invalid lvalue in assignment > > In asm-powerpc/hardirq.h you removed the defn of last_jiffy_stamp. > Suggestions on what the right fix is for arch=ppc? Hmm, it's pretty annoying that cleanups and chances of powerpc can break ppc. How much of asm-powerpc is pulled into an ARCH=ppc build? -Olof