From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262951AbUEPDvT (ORCPT ); Sat, 15 May 2004 23:51:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262956AbUEPDvT (ORCPT ); Sat, 15 May 2004 23:51:19 -0400 Received: from pimout1-ext.prodigy.net ([207.115.63.77]:13208 "EHLO pimout1-ext.prodigy.net") by vger.kernel.org with ESMTP id S262951AbUEPDvS (ORCPT ); Sat, 15 May 2004 23:51:18 -0400 Date: Sat, 15 May 2004 20:48:47 -0700 From: Chris Wedgwood To: Andreas Schwab Cc: "J. Bruce Fields" , Davide Libenzi , Ingo Molnar , Jeff Garzik , Greg KH , Andrew Morton , Linux Kernel Mailing List , Netdev Subject: Re: MSEC_TO_JIFFIES is messed up... Message-ID: <20040516034847.GA5774@taniwha.stupidest.org> References: <20040512020700.6f6aa61f.akpm@osdl.org> <20040512181903.GG13421@kroah.com> <40A26FFA.4030701@pobox.com> <20040512193349.GA14936@elte.hu> <20040512200305.GA16078@elte.hu> <20040512213913.GA16658@fieldses.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 12, 2004 at 11:55:18PM +0200, Andreas Schwab wrote: > Signed integer overflow is undefined in C, so the compiler is > allowed to assume it does not happen. Really? Just because something is undefined assuming it never happens is a bit of a leap of faith IMO. --cw