From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle McMartin Subject: Re: [PATCH] parisc: fix compile failure with kmap_atomic changes Date: Thu, 28 Oct 2010 10:16:16 -0400 Message-ID: <20101028141616.GY8332@bombadil.infradead.org> References: <1288204547.6886.23.camel@mulgrave.site> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-mm , linux-arch , Parisc List , Peter Zijlstra To: James Bottomley Return-path: In-Reply-To: <1288204547.6886.23.camel@mulgrave.site> List-ID: List-Id: linux-parisc.vger.kernel.org On Wed, Oct 27, 2010 at 01:35:47PM -0500, James Bottomley wrote: > Author: Peter Zijlstra > Date: Tue Oct 26 14:21:51 2010 -0700 > > mm: stack based kmap_atomic() > > overlooked the fact that parisc uses kmap as a coherence mechanism, so > even though we have no highmem, we do need to supply our own versions of > kmap (and atomic). This patch converts the parisc kmap to the form > which is needed to keep it compiling (it's a simple prototype and name > change). > > Signed-off-by: James Bottomley Signed-off-by: Kyle McMartin Care to send it straight to Linus? I didn't want to rebase my tree to pull in the fix and risk his wrath... Thanks, --Kyle