Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S938104AbXHGWFq (ORCPT ); Tue, 7 Aug 2007 18:05:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S966257AbXHGVlR (ORCPT ); Tue, 7 Aug 2007 17:41:17 -0400 Received: from sovereign.computergmbh.de ([85.214.69.204]:51880 "EHLO sovereign.computergmbh.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966198AbXHGVlP (ORCPT ); Tue, 7 Aug 2007 17:41:15 -0400 Date: Tue, 7 Aug 2007 23:41:14 +0200 (CEST) From: Jan Engelhardt To: Greg KH cc: linux-kernel@vger.kernel.org, stable@kernel.org, Justin Forbes , Zwane Mwaikambo , "Theodore Ts'o" , Randy Dunlap , Dave Jones , Chuck Wolber , Chris Wedgwood , Michael Krufky , Chuck Ebbert , Domenico Andreoli , torvalds@linux-foundation.org, akpm@linux-foundation.org, alan@lxorguk.ukuu.org.uk, bunk@stusta.de, Mark Fortescue , "David S. Miller" Subject: Re: [2.6.22.2 review 18/84] Fix sparc32 udelay() rounding errors. In-Reply-To: <20070807204414.GS23028@kroah.com> Message-ID: References: <20070807204034.882009319@mini.kroah.org> <20070807204414.GS23028@kroah.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 661 Lines: 24 On Aug 7 2007 13:44, Greg KH wrote: >--- a/arch/sparc/kernel/entry.S >+++ b/arch/sparc/kernel/entry.S >@@ -1749,8 +1749,8 @@ fpload: > __ndelay: > save %sp, -STACKFRAME_SZ, %sp > mov %i0, %o0 >- call .umul >- mov 0x1ad, %o1 ! 2**32 / (1 000 000 000 / HZ) >+ call .umul ! round multiplier up so large ns ok >+ mov 0x1ae, %o1 ! 2**32 / (1 000 000 000 / HZ) If noone noticed - spacing seems odd :) Jan -- - 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/