From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755381Ab0HaTlB (ORCPT ); Tue, 31 Aug 2010 15:41:01 -0400 Received: from casper.infradead.org ([85.118.1.10]:43548 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755328Ab0HaTk6 (ORCPT ); Tue, 31 Aug 2010 15:40:58 -0400 Message-Id: <20100831192617.441439071@chello.nl> User-Agent: quilt/0.47-1 Date: Tue, 31 Aug 2010 21:26:17 +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: [RFC][PATCH 0/5] mm, highmem: kmap_atomic rework -v2 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). Boot-tested with: i386-defconfig. Not tested with: - tile, stock toolchain doesn't build tile targets - nm10300, the arch doesn't build with highmem to begin with Is this something we can live with?