From: Luis R. Rodriguez Date: Thu, 17 Mar 2016 21:17:16 +0000 (-0700) Subject: ia64: define ioremap_uc() X-Git-Tag: Ubuntu-5.4-5.4.0-11.14~10534^2~117 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=b0f84ac352762ed02d7ea9f284942a8cab7f9077;p=mirror_ubuntu-focal-kernel.git ia64: define ioremap_uc() All architectures now need ioremap_uc(), ia64 seems defines this already through its ioremap_nocache() and it already ensures it *only* uses UC. This is needed since v4.3 to complete an allyesconfig compile on ia64, there were others archs that needed this, and this one seems to have fallen through the cracks. Signed-off-by: Luis R. Rodriguez Reported-by: kbuild test robot Acked-by: Tony Luck Cc: [4.3+] Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/ia64/include/asm/io.h b/arch/ia64/include/asm/io.h index a865d2a04f75..5de673ac9cb1 100644 --- a/arch/ia64/include/asm/io.h +++ b/arch/ia64/include/asm/io.h @@ -433,6 +433,7 @@ static inline void __iomem * ioremap_cache (unsigned long phys_addr, unsigned lo return ioremap(phys_addr, size); } #define ioremap_cache ioremap_cache +#define ioremap_uc ioremap_nocache /*