From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id C49D0DE002 for ; Sat, 26 May 2007 08:45:27 +1000 (EST) Subject: Re: [patch 6/7] ps3: ROM Storage Driver From: Benjamin Herrenschmidt To: Olaf Hering In-Reply-To: <20070525112414.GA32336@aepfle.de> References: <20070525083607.784351000@sonycom.com> <20070525083632.677742000@sonycom.com> <20070525112414.GA32336@aepfle.de> Content-Type: text/plain Date: Sat, 26 May 2007 08:45:19 +1000 Message-Id: <1180133119.19517.11.camel@localhost.localdomain> Mime-Version: 1.0 Cc: Geert.Uytterhoeven@sonycom.com, linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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... Ben.