Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752747AbXEZWT2 (ORCPT ); Sat, 26 May 2007 18:19:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750827AbXEZWTV (ORCPT ); Sat, 26 May 2007 18:19:21 -0400 Received: from gate.crashing.org ([63.228.1.57]:46495 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750743AbXEZWTV (ORCPT ); Sat, 26 May 2007 18:19:21 -0400 Subject: Re: [patch 6/7] ps3: ROM Storage Driver From: Benjamin Herrenschmidt To: Geert Uytterhoeven Cc: Olaf Hering , linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org In-Reply-To: References: <20070525083607.784351000@sonycom.com> <20070525083632.677742000@sonycom.com> <20070525112414.GA32336@aepfle.de> <1180133119.19517.11.camel@localhost.localdomain> Content-Type: text/plain Date: Sun, 27 May 2007 08:18:43 +1000 Message-Id: <1180217923.19517.42.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 937 Lines: 27 On Sat, 2007-05-26 at 10:52 +0200, Geert Uytterhoeven wrote: > On Sat, 26 May 2007, Benjamin Herrenschmidt wrote: > > On Fri, 2007-05-25 at 13:24 +0200, Olaf Hering wrote: > > > On Fri, May 25, Geert.Uytterhoeven@sonycom.com wrote: > > > > > > > +++ b/drivers/scsi/ps3rom.c > > > > > > > + kaddr = kmap_atomic(sgpnt->page, KM_USER0); > > > > > > linux/highmem.h is not included to get the kmap_* prototypes. > > > > Beside, I don't see the point of using kmap on ppc64... > > So what should I use instead? you don't need to map ... the linear mapping is there.... page_address() should just work. But then, kmap will resolve to just that anyway so I suppose it doesn't matter. 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/