From mboxrd@z Thu Jan 1 00:00:00 1970 From: mingo@kernel.org (Ingo Molnar) Date: Sat, 17 Aug 2019 12:34:02 +0200 Subject: [PATCH 12/26] x86: clean up ioremap In-Reply-To: <20190817073253.27819-13-hch@lst.de> References: <20190817073253.27819-1-hch@lst.de> <20190817073253.27819-13-hch@lst.de> List-ID: Message-ID: <20190817103402.GA7602@gmail.com> To: linux-snps-arc@lists.infradead.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