From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Fri, 15 Jun 2007 14:54:00 +0100 (BST) Received: from localhost.localdomain ([127.0.0.1]:31942 "EHLO dl5rb.ham-radio-op.net") by ftp.linux-mips.org with ESMTP id S20022442AbXFONx6 (ORCPT ); Fri, 15 Jun 2007 14:53:58 +0100 Received: from denk.linux-mips.net (denk.linux-mips.net [127.0.0.1]) by dl5rb.ham-radio-op.net (8.14.1/8.13.8) with ESMTP id l5FDnm2t009566; Fri, 15 Jun 2007 14:50:13 +0100 Received: (from ralf@localhost) by denk.linux-mips.net (8.14.1/8.14.1/Submit) id l5FDnmiL009565; Fri, 15 Jun 2007 14:49:48 +0100 Date: Fri, 15 Jun 2007 14:49:48 +0100 From: Ralf Baechle To: Franck Bui-Huu Cc: "Maciej W. Rozycki" , Thomas Bogendoerfer , linux-mips@linux-mips.org Subject: Re: [PATCH 3/5] Deforest the function pointer jungle in the time code. Message-ID: <20070615134948.GB16133@linux-mips.org> References: <11818164011355-git-send-email-fbuihuu@gmail.com> <11818164023940-git-send-email-fbuihuu@gmail.com> <20070614111748.GA8223@alpha.franken.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.14 (2007-02-12) Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 15420 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: ralf@linux-mips.org Precedence: bulk X-list: linux-mips On Fri, Jun 15, 2007 at 10:59:00AM +0200, Franck Bui-Huu wrote: > > Please note that this generic calibration code may be used for > >calibrating the CP0 timer too -- all that you need is defining > > Actually the current patchset breaks it since it changes the calibration > code to be used only for the cp0 hpt calibration. I'll change that. To many this really fun it also needs to become possible to calibrate each processor's clock individually - not all MIPS MP systems run their clocks at the same rate. Ralf