Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754542AbYLSILd (ORCPT ); Fri, 19 Dec 2008 03:11:33 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753133AbYLSILY (ORCPT ); Fri, 19 Dec 2008 03:11:24 -0500 Received: from smtp1.linux-foundation.org ([140.211.169.13]:46888 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753070AbYLSILY (ORCPT ); Fri, 19 Dec 2008 03:11:24 -0500 Date: Fri, 19 Dec 2008 00:11:21 -0800 From: Andrew Morton To: "Magnus Damm" , linux-kernel@vger.kernel.org, davem@davemloft.net Subject: Re: [PATCH] clocksource: pass clocksource to read() callback Message-Id: <20081219001121.bf985802.akpm@linux-foundation.org> In-Reply-To: <20081218234725.4126d858.akpm@linux-foundation.org> References: <20081211114802.17622.54609.sendpatchset@rx1.opensource.se> <20081217175658.0706a07f.akpm@linux-foundation.org> <20081218234725.4126d858.akpm@linux-foundation.org> X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.5; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2118 Lines: 48 On Thu, 18 Dec 2008 23:47:25 -0800 Andrew Morton wrote: > On Fri, 19 Dec 2008 16:30:36 +0900 "Magnus Damm" wrote: > > > > CHK include/linux/version.h > > > CHK include/linux/utsrelease.h > > > SYMLINK include/asm -> include/asm-sparc > > > CC arch/sparc/kernel/asm-offsets.s > > > In file included from include/linux/ktime.h:25, > > > from include/linux/timer.h:5, > > > from include/linux/clocksource.h:16, > > > from /usr/src/devel/arch/sparc/include/asm/timer_64.h:11, > > > from /usr/src/devel/arch/sparc/include/asm/timer.h:4, > > > from /usr/src/devel/arch/sparc/include/asm/timex_64.h:9, > > > from /usr/src/devel/arch/sparc/include/asm/timex.h:4, > > > from include/linux/timex.h:170, > > > from include/linux/sched.h:54, > > > from arch/sparc/kernel/asm-offsets.c:13: > > > include/linux/jiffies.h:247:31: warning: "CLOCK_TICK_RATE" is not defined > > [lot's of warning snipped] > > > > How about the (unfortunately most likely mangled) patch below? Does it > > help? > > yup. It still blows up though. Any call to get_cycles() goes: crypto/tcrypt.c: In function `test_cipher_cycles': crypto/tcrypt.c:107: error: too few arguments to function crypto/tcrypt.c:112: error: too few arguments to function crypto/tcrypt.c: In function `test_hash_cycles_digest': crypto/tcrypt.c:305: error: too few arguments to function crypto/tcrypt.c:311: error: too few arguments to function crypto/tcrypt.c: In function `test_hash_cycles': crypto/tcrypt.c:361: error: too few arguments to function crypto/tcrypt.c:375: error: too few arguments to function because this: arch/sparc/include/asm/timex_64.h:#define get_cycles() tick_ops->get_tick() needs help. -- 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/