[PATCH] mips: ralink: mt7621: add missing __iomem
Thomas Bogendoerfer
tsbogend at alpha.franken.de
Tue May 26 07:50:03 PDT 2026
On Thu, May 07, 2026 at 09:27:24PM -0700, Rosen Penev wrote:
> raw_readl and writel calls expect pointers annotated with __iomem.
>
> Reported-by: kernel test robot <lkp at intel.com>
> Closes: https://lore.kernel.org/oe-kbuild/202211060456.cnV6IK6G-lkp@intel.com/
> Fixes: cc19db8b312a ("MIPS: ralink: mt7621: do memory detection on KSEG1")
> Signed-off-by: Rosen Penev <rosenp at gmail.com>
> ---
> arch/mips/ralink/mt7621.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/mips/ralink/mt7621.c b/arch/mips/ralink/mt7621.c
> index a4bdda8541c0..ae7b8cfedd5f 100644
> --- a/arch/mips/ralink/mt7621.c
> +++ b/arch/mips/ralink/mt7621.c
> @@ -63,7 +63,7 @@ phys_addr_t mips_cpc_default_phys_base(void)
>
> static bool __init mt7621_addr_wraparound_test(phys_addr_t size)
> {
> - void *dm = (void *)KSEG1ADDR(&detect_magic);
> + void __iomem *dm = (void __iomem *)KSEG1ADDR(&detect_magic);
>
> if (CPHYSADDR(dm + size) >= MT7621_LOWMEM_MAX_SIZE)
> return true;
> --
> 2.54.0
applied to mips-next
Thomas.
--
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea. [ RFC1925, 2.3 ]
More information about the linux-arm-kernel
mailing list