On Tue, 29 Oct 2019, Christoph Hellwig wrote:
> Use ioremap() as the main implemented function, and defines
> ioremap_nocache() as a deprecated alias of ioremap() in
> preparation of removing ioremap_nocache() entirely.
>
> Signed-off-by: Christoph Hellwig
Reviewed-by: Thomas Gleixner
___
Use ioremap() as the main implemented function, and defines
ioremap_nocache() as a deprecated alias of ioremap() in
preparation of removing ioremap_nocache() entirely.
Signed-off-by: Christoph Hellwig
---
arch/x86/include/asm/io.h | 8 ++--
arch/x86/mm/ioremap.c | 8
arch/x86/mm
On Mon, Oct 21, 2019 at 10:23:03AM +0200, Thomas Gleixner wrote:
> Should this go with your larger series or can this be picked up
> independently?
This should all go together.
___
linux-snps-arc mailing list
linux-snps-arc@lists.infradead.org
http://li
On Thu, 17 Oct 2019, Christoph Hellwig wrote:
Please change the subject to:
x86/mm: Cleanup ioremap()
> Use ioremap as the main implemented function, and defined
ioremap() please
s/defined/define/
> ioremap_nocache to it as a deprecated alias.
ioremap_nocache() as a deprecated alias o
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