Re: [PATCH 12/26] x86: clean up ioremap

2019-08-30 Thread Christoph Hellwig
On Sat, Aug 17, 2019 at 12:34:02PM +0200, Ingo Molnar wrote: > > * 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 ++---

Re: [PATCH 12/26] x86: clean up ioremap

2019-08-17 Thread Ingo Molnar
* 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

[PATCH 12/26] x86: clean up ioremap

2019-08-17 Thread Christoph Hellwig
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 del