Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 19 Apr 2002 17:13:22 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 19 Apr 2002 17:13:21 -0400 Received: from air-2.osdl.org ([65.201.151.6]:60167 "EHLO mail.osdl.org") by vger.kernel.org with ESMTP id ; Fri, 19 Apr 2002 17:13:21 -0400 Date: Fri, 19 Apr 2002 14:09:14 -0700 (PDT) From: "Randy.Dunlap" X-X-Sender: To: Ben Greear cc: linux-kernel Subject: Re: unresolved symbol: __udivdi3 In-Reply-To: <3CC08632.8020102@candelatech.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, 19 Apr 2002, Ben Greear wrote: | I would like to be able to devide 64bit numbers in a kernel module, | but I get unresolved symbols when trying to insmod. | | Does anyone have any ideas how to get around this little issue | (without the obvious of casting the hell out of all my __u64s | when doing division and throwing away precision.)? Did you look at linux/include/asm*/div64.h ? -- ~Randy - 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/