Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753588AbZFEAlc (ORCPT ); Thu, 4 Jun 2009 20:41:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751608AbZFEAlX (ORCPT ); Thu, 4 Jun 2009 20:41:23 -0400 Received: from mail-px0-f182.google.com ([209.85.216.182]:37872 "EHLO mail-px0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751228AbZFEAlW (ORCPT ); Thu, 4 Jun 2009 20:41:22 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=tlf6Oq0CdRXdSexNSNOK3NTDFEPX/bmfhIFHlyXV4wbp74qKI9c5q47GDS+E7K4XTg 87c2n7lFisAz0eKXm3NbHbTXyCGU9Hv+plYxlvACn9Mu3ddqm3sXCT125jBgnl4r3eOM eYx6zUyuMykzeTXD9K7AKwEvawvT4wqeKZaL4= Date: Fri, 5 Jun 2009 08:43:29 +0800 From: Amerigo Wang To: Randy Dunlap Cc: Linux Kernel Mailing List , linux-arch@vger.kernel.org, Mike Frysinger , Richard Henderson , Ivan Kokshaysky , Bryan Wu , Mikael Starvik , Hirokazu Takata , Luck Tony , Geert Uytterhoeven , Ralf Baechle , David Howells , Kyle McMartin , Martin Schwidefsky , Paul Mundt , "David S. Miller" , Ingo Molnar , Thomas Gleixner , "H. Peter Anvin" , Arnd Bergmann Subject: Re: [PATCH v2] kmap_types: convert most arches to a single header file Message-ID: <20090605004329.GA7653@cr0.nay.redhat.com> References: <4A280BB0.4030805@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4A280BB0.4030805@oracle.com> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1764 Lines: 46 On Thu, Jun 04, 2009 at 11:00:16AM -0700, Randy Dunlap wrote: >From: Randy Dunlap >Subject: kmap_types: make most arches use generic header file > >Convert most arches (*except frv*) to use asm-generic/kmap_types.h. >Each arch still has its own kmap_types.h for customization if >needed (like frv). > >KM_FENCE is now controlled by CONFIG_HIGHMEM. > >Built on x86_64, i386, mips, sparc32, sparc64, >alpha, powerpc64, ia64, and m68k. > >Note: Removed KM_PTE2 from generic kmap_types.h file; it was defined >but not used by avr32. > >Signed-off-by: Randy Dunlap >Cc: >Acked-by: Mike Frysinger >Cc: Richard Henderson >Cc: Ivan Kokshaysky >Cc: Bryan Wu >Cc: Mikael Starvik >Cc: Hirokazu Takata >Cc: "Luck Tony" >Cc: Geert Uytterhoeven >Cc: Ralf Baechle >Cc: David Howells >Cc: Kyle McMartin >Cc: Martin Schwidefsky >Cc: Paul Mundt >Cc: "David S. Miller" >Cc: Ingo Molnar >Cc: Thomas Gleixner >Cc: "H. Peter Anvin" >Cc: Arnd Bergmann UML only uses KM_TYPE_NR and KM_UML_USERCOPY, so this patch should be fine for UML. Acked-by: WANG Cong -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/