Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 15 Apr 2002 08:09:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 15 Apr 2002 08:09:31 -0400 Received: from ns.virtualhost.dk ([195.184.98.160]:61191 "EHLO virtualhost.dk") by vger.kernel.org with ESMTP id ; Mon, 15 Apr 2002 08:09:31 -0400 Date: Mon, 15 Apr 2002 14:09:27 +0200 From: Jens Axboe To: Roman Zippel Cc: "Ivan G." , Linus Torvalds , LKML Subject: Re: 2.5.8 compile bugs Message-ID: <20020415120927.GO12608@suse.de> In-Reply-To: <20020415115131.GN12608@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Apr 15 2002, Roman Zippel wrote: > Hi, > > On Mon, 15 Apr 2002, Jens Axboe wrote: > > > > That's not enough, some archs don't define pci_alloc_consistent/ > > > pci_free_consistent, because they have neither PCI nor ISA. > > > > Please, then those archs need to provide similar functionality. This is > > the established api, unless you want to change the documentation and xxx > > number of drivers? > > These functions are only specified for PCI/ISA and there was no need so In my mind these are generic functions, it's a shame that they come with a pci_ prefix and take a pci dev as first argument (the NULL for isa seems like a kludge). > far to implement them. It's no problem to provide the functionality, but I > have to know with what API. Should be very easy for you to provide similar functionality for m68k, just take a look at the x86 functions. -- Jens Axboe - 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/