Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261195AbVEZEau (ORCPT ); Thu, 26 May 2005 00:30:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261197AbVEZEau (ORCPT ); Thu, 26 May 2005 00:30:50 -0400 Received: from gate.crashing.org ([63.228.1.57]:44520 "EHLO gate.crashing.org") by vger.kernel.org with ESMTP id S261195AbVEZEam (ORCPT ); Thu, 26 May 2005 00:30:42 -0400 Subject: Re: [RFC] Changing pci_iounmap to take 'bar' argument From: Benjamin Herrenschmidt To: Linus Torvalds Cc: ralf@linux-mips.org, Linux Kernel list , Andrew Morton , Greg KH In-Reply-To: <1117081633.9076.35.camel@gaston> References: <1117080454.9076.25.camel@gaston> <1117081633.9076.35.camel@gaston> Content-Type: text/plain Date: Thu, 26 May 2005 14:30:14 +1000 Message-Id: <1117081814.9076.38.camel@gaston> Mime-Version: 1.0 X-Mailer: Evolution 2.2.2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1264 Lines: 29 On Thu, 2005-05-26 at 14:27 +1000, Benjamin Herrenschmidt wrote: > On Wed, 2005-05-25 at 21:25 -0700, Linus Torvalds wrote: > > > > On Thu, 26 May 2005, Benjamin Herrenschmidt wrote: > > > > > > If it's ok with you, I'll send a patch doing it later today. > > > > It's ok by me, certainly. There aren't that many users, and it sounds > > sane. I'll just prefer the patch going through Greg.. > > Ok, just wanted some feedback from you. Some people prefer that I whack > some "token" in the vitual address at map time, or that I compare the > vaddr at unmap time with all PCI busses IO ranges or that sort of ugly > thing, it sounds to me simpler to just pass along the bar number, but I > wanted your and Greg's ack first. Oh, and MIPS seems to be broken here ... it's like ppc, it's ioremap'ing MMIO and just using an existing mapped stuff for IO, but unconditionally iounmap's on pci_iounmap()... unless there is some arch black magic in there, that seems broken. Ralph, should I fix it while I'm at it ? Ben. - 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/