From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Dan Williams" Subject: Re: [RFC] div64_64 support Date: Mon, 26 Feb 2007 23:21:19 -0700 Message-ID: References: <20070223170527.4ca695b2@freekitty> <20070226143127.5c74bec9@freekitty> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "Jan Engelhardt" , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, "Nicolas Pitre" , "Russell King - ARM Linux" To: "Stephen Hemminger" Return-path: Received: from nf-out-0910.google.com ([64.233.182.187]:61509 "EHLO nf-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932784AbXB0GVU (ORCPT ); Tue, 27 Feb 2007 01:21:20 -0500 Received: by nf-out-0910.google.com with SMTP id o25so80766nfa for ; Mon, 26 Feb 2007 22:21:19 -0800 (PST) In-Reply-To: <20070226143127.5c74bec9@freekitty> Content-Disposition: inline Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On 2/26/07, Stephen Hemminger wrote: > Here is another way to handle the 64 bit divide case. > It allows full 64 bit divide by adding the support routine > GCC needs. > I know ARM already went through the process of removing __udivdi3 support: http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=2723/2 Copying Russell and Nicolas as a heads up. -- Dan