From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755297Ab0IRQBF (ORCPT ); Sat, 18 Sep 2010 12:01:05 -0400 Received: from casper.infradead.org ([85.118.1.10]:41896 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753092Ab0IRQBD (ORCPT ); Sat, 18 Sep 2010 12:01:03 -0400 Message-Id: <20100918155326.478277313@chello.nl> User-Agent: quilt/0.47-1 Date: Sat, 18 Sep 2010 17:53:26 +0200 From: Peter Zijlstra To: Linus Torvalds Cc: Andrew Morton , Ingo Molnar , Thomas Gleixner , "H. Peter Anvin" , Russell King , David Howells , Ralf Baechle , David Miller , Chris Metcalf , Paul Mackerras , Benjamin Herrenschmidt , Hugh Dickins , linux-kernel@vger.kernel.org, linux-mm@kvack.org, linux-arch@vger.kernel.org, Peter Zijlstra Subject: [PATCH 0/5] mm, highmem: kmap_atomic rework -v3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Next version of the kmap_atomic rework using Andrew's fancy CPP trickery to avoid having to convert the whole tree at once. This is compile tested for i386-allmodconfig, frv, mips-sb1250-swarm, powerpc-ppc6xx_defconfig, sparc32_defconfig, arm-omap3 (all with HIGHEM=y). Tested on Tile by Chris Metcalf. Boot-tested with: i386-defconfig. Not tested with: - nm10300, the arch doesn't build with highmem to begin with