From mboxrd@z Thu Jan 1 00:00:00 1970 From: geert@linux-m68k.org (Geert Uytterhoeven) Date: Mon, 19 Aug 2019 10:56:02 +0200 Subject: [PATCH 08/26] m68k: simplify ioremap_nocache In-Reply-To: <20190817073253.27819-9-hch@lst.de> References: <20190817073253.27819-1-hch@lst.de> <20190817073253.27819-9-hch@lst.de> List-ID: Message-ID: To: linux-snps-arc@lists.infradead.org Hi Christoph, On Sat, Aug 17, 2019@9:48 AM Christoph Hellwig wrote: > Just define ioremap_nocache to ioremap instead of duplicating the > inline. Also defined ioremap_uc in terms of ioremap instead of > the using a double indirection. > > Signed-off-by: Christoph Hellwig Acked-by: Geert Uytterhoeven BTW, shouldn't we get rid of the sole user of ioremap_uc(), too? Seems to make a difference on x86 only, where it is "strongly uncached" (whatever that may mean ;-) Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds