From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nommos.sslcatacombnetworking.com (nommos.sslcatacombnetworking.com [67.18.224.114]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 8306368949 for ; Sat, 31 Dec 2005 05:18:02 +1100 (EST) Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: From: Kumar Gala Date: Fri, 30 Dec 2005 12:17:56 -0600 To: Benjamin Herrenschmidt Cc: linuxppc-dev list Subject: powerpc.git broken for ARCH=ppc List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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? - kumar