From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: [PATCH 12/26] x86: clean up ioremap Date: Sat, 17 Aug 2019 12:34:02 +0200 Message-ID: <20190817103402.GA7602@gmail.com> References: <20190817073253.27819-1-hch@lst.de> <20190817073253.27819-13-hch@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20190817073253.27819-13-hch@lst.de> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-snps-arc" Errors-To: linux-snps-arc-bounces+gla-linux-snps-arc=m.gmane.org@lists.infradead.org To: Christoph Hellwig Cc: linux-ia64@vger.kernel.org, linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org, Guo Ren , sparclinux@vger.kernel.org, linux-riscv@lists.infradead.org, Vincent Chen , linux-arch@vger.kernel.org, linux-s390@vger.kernel.org, linux-hexagon@vger.kernel.org, x86@kernel.org, linux-snps-arc@lists.infradead.org, linux-xtensa@linux-xtensa.org, Arnd Bergmann , linux-m68k@lists.linux-m68k.org, openrisc@lists.librecores.org, Greentime Hu , linux-mtd@lists.infradead.org, Guan Xuetao , linux-arm-kernel@lists.infradead.org, Michal Simek , linux-parisc@vger.kernel.org, linux-mips@vger.kernel.org, linux-alpha@vger.kernel.org, nios2-dev@lists.rocketboards.org List-Id: linux-arch.vger.kernel.org * Christoph Hellwig wrote: > Use ioremap as the main implemented function, and defined > ioremap_nocache to it as a deprecated alias. > > Signed-off-by: Christoph Hellwig > --- > arch/x86/include/asm/io.h | 8 ++------ > arch/x86/mm/ioremap.c | 8 ++++---- > arch/x86/mm/pageattr.c | 4 ++-- > 3 files changed, 8 insertions(+), 12 deletions(-) Acked-by: Ingo Molnar Thanks, Ingo From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-f67.google.com ([209.85.128.67]:36695 "EHLO mail-wm1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725947AbfHQKeJ (ORCPT ); Sat, 17 Aug 2019 06:34:09 -0400 Date: Sat, 17 Aug 2019 12:34:02 +0200 From: Ingo Molnar Subject: Re: [PATCH 12/26] x86: clean up ioremap Message-ID: <20190817103402.GA7602@gmail.com> References: <20190817073253.27819-1-hch@lst.de> <20190817073253.27819-13-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190817073253.27819-13-hch@lst.de> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Christoph Hellwig Cc: Arnd Bergmann , Guo Ren , Michal Simek , Greentime Hu , Vincent Chen , Guan Xuetao , x86@kernel.org, linux-alpha@vger.kernel.org, linux-snps-arc@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-hexagon@vger.kernel.org, linux-ia64@vger.kernel.org, linux-m68k@lists.linux-m68k.org, linux-mips@vger.kernel.org, nios2-dev@lists.rocketboards.org, openrisc@lists.librecores.org, linux-parisc@vger.kernel.org, linux-riscv@lists.infradead.org, linux-s390@vger.kernel.org, linux-sh@vger.kernel.org, sparclinux@vger.kernel.org, linux-xtensa@linux-xtensa.org, linux-mtd@lists.infradead.org, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Message-ID: <20190817103402.UydOyfq10oPxdlgHpoX_ash16uvzufmzw-vWpJfGZ-0@z> * Christoph Hellwig wrote: > Use ioremap as the main implemented function, and defined > ioremap_nocache to it as a deprecated alias. > > Signed-off-by: Christoph Hellwig > --- > arch/x86/include/asm/io.h | 8 ++------ > arch/x86/mm/ioremap.c | 8 ++++---- > arch/x86/mm/pageattr.c | 4 ++-- > 3 files changed, 8 insertions(+), 12 deletions(-) Acked-by: Ingo Molnar Thanks, Ingo