Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030199AbWBMV2V (ORCPT ); Mon, 13 Feb 2006 16:28:21 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030198AbWBMV2V (ORCPT ); Mon, 13 Feb 2006 16:28:21 -0500 Received: from ns.suse.de ([195.135.220.2]:12954 "EHLO mx1.suse.de") by vger.kernel.org with ESMTP id S1030196AbWBMV2U (ORCPT ); Mon, 13 Feb 2006 16:28:20 -0500 From: Andreas Schwab To: hawkes@sgi.com Cc: Tony Luck , Andrew Morton , linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org, Jack Steiner , Robin Holt , Dimitri Sivanich , Jes Sorensen Subject: Re: [PATCH] ia64: simplify and fix udelay() References: <20060213183344.21339.33094.sendpatchset@tomahawk.engr.sgi.com> X-Yow: .. I don't understand the HUMOR of the THREE STOOGES!! Date: Mon, 13 Feb 2006 22:28:18 +0100 In-Reply-To: <20060213183344.21339.33094.sendpatchset@tomahawk.engr.sgi.com> (hawkes@sgi.com's message of "Mon, 13 Feb 2006 10:33:44 -0800") Message-ID: User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 991 Lines: 26 hawkes@sgi.com writes: > Index: linux/arch/ia64/sn/kernel/sn2/timer.c > =================================================================== > --- linux.orig/arch/ia64/sn/kernel/sn2/timer.c 2006-02-08 17:59:42.000000000 -0800 > +++ linux/arch/ia64/sn/kernel/sn2/timer.c 2006-02-09 09:02:31.000000000 -0800 > @@ -28,9 +28,29 @@ static struct time_interpolator sn2_inte > .source = TIME_SOURCE_MMIO64 > }; > > +extern void (*ia64_udelay)(unsigned long usecs); Please put the declaration in a header. Andreas. -- Andreas Schwab, SuSE Labs, schwab@suse.de SuSE Linux Products GmbH, Maxfeldstra?e 5, 90409 N?rnberg, Germany PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." - 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/