Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263825AbUDFOBy (ORCPT ); Tue, 6 Apr 2004 10:01:54 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263826AbUDFOBy (ORCPT ); Tue, 6 Apr 2004 10:01:54 -0400 Received: from witte.sonytel.be ([80.88.33.193]:33264 "EHLO witte.sonytel.be") by vger.kernel.org with ESMTP id S263825AbUDFOB3 (ORCPT ); Tue, 6 Apr 2004 10:01:29 -0400 Date: Tue, 6 Apr 2004 16:01:25 +0200 (MEST) From: Geert Uytterhoeven To: Arjan van de Ven cc: Linux Kernel Development Subject: Re: [Fwd: [PATCH] jiffies must be unsigned long] In-Reply-To: <1081254194.4680.3.camel@laptop.fenrus.com> Message-ID: References: <1081254194.4680.3.camel@laptop.fenrus.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: 894 Lines: 25 On Tue, 6 Apr 2004, Arjan van de Ven wrote: > > > - for(i=jiffies+HZ/100;time_before(jiffies, i);); > > + for(t=jiffies+HZ/100;time_before(jiffies, t);); > > how nice... but ehm... if you fix it why not really fix it ??? Because I just want to get rid of all the annoying warnings when trying to compile as many drivers as possible on m68k. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds - 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/