Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755285AbbGZRbS (ORCPT ); Sun, 26 Jul 2015 13:31:18 -0400 Received: from verein.lst.de ([213.95.11.211]:34347 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755191AbbGZRbP (ORCPT ); Sun, 26 Jul 2015 13:31:15 -0400 Date: Sun, 26 Jul 2015 19:31:13 +0200 From: Christoph Hellwig To: Dan Williams Cc: tglx@linutronix.de, mingo@kernel.org, hpa@zytor.com, linux-arch@vger.kernel.org, Tony Luck , toshi.kani@hp.com, Arnd Bergmann , linux-nvdimm@ml01.01.org, linux-kernel@vger.kernel.org, Ingo Molnar , Borislav Petkov , rmk+kernel@arm.linux.org.uk, hch@lst.de, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 23/25] arch: remove ioremap_cache, replace with arch_memremap Message-ID: <20150726173113.GB29513@lst.de> References: <20150725023649.8664.59145.stgit@dwillia2-desk3.amr.corp.intel.com> <20150725024007.8664.58668.stgit@dwillia2-desk3.amr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150725024007.8664.58668.stgit@dwillia2-desk3.amr.corp.intel.com> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1029 Lines: 20 On Fri, Jul 24, 2015 at 10:40:07PM -0400, Dan Williams wrote: > Now that all call sites for ioremap_cache() have been converted to > memremap(MEMREMAP_CACHE) we can now proceed with removing the > implementation in the archs. This amounts to replacing the per-arch > ioremap_cache() implementation with arch_memremap. Please have prototypes for arch_memremap and arch_memunmap in linux/io.h so that we enforce common prototypes. This also forces arch_memunmap to be out of line which makes sense for such a slow patch API. Also while you're at it please convert the ioremap_cached implementations on metag and unicore32 which looks like misspellings, fix up the comment in arch/arm/mm/mmu.c and the documentation in Documentation/x86/pat.txt to not longer refer to ioremap_cache. -- 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/