From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail138.messagelabs.com (mail138.messagelabs.com [216.82.249.35]) by kanga.kvack.org (Postfix) with ESMTP id 97EB08D001E for ; Thu, 28 Oct 2010 10:16:19 -0400 (EDT) Date: Thu, 28 Oct 2010 10:16:16 -0400 From: Kyle McMartin Subject: Re: [PATCH] parisc: fix compile failure with kmap_atomic changes 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 Content-Disposition: inline In-Reply-To: <1288204547.6886.23.camel@mulgrave.site> Sender: owner-linux-mm@kvack.org To: James Bottomley Cc: linux-mm , linux-arch , Parisc List , Peter Zijlstra List-ID: 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 -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org