Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 25 Jan 2002 16:50:55 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 25 Jan 2002 16:50:44 -0500 Received: from gans.physik3.uni-rostock.de ([139.30.44.2]:45833 "EHLO gans.physik3.uni-rostock.de") by vger.kernel.org with ESMTP id ; Fri, 25 Jan 2002 16:50:36 -0500 Date: Fri, 25 Jan 2002 22:50:16 +0100 (CET) From: Tim Schmielau To: Jeff Garzik cc: Momchil Velikov , Subject: Re: [PATCH] 64-bit divide tweaks In-Reply-To: <3C51B49B.1E5AEEFE@mandrakesoft.com> Message-ID: 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 On Fri, 25 Jan 2002, Jeff Garzik wrote: > If you are gonna hack them all anyway, why not turn them into static > inlines... Probably a good idea, but then all user need some change like do_div(n,base) --> do_div(&n,base) as do_div currently is not valid C semantics. Tim - 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/