Re: [PATCH v2] MIPS: Loongson64: Fix more __iomem attributes

From: Philippe Mathieu-Daudé
Date: Tue Jul 25 2023 - 09:26:52 EST


On 25/7/23 08:01, Jiaxun Yang wrote:
There are some __iomem type casting being missed in previous patch.
Fix them here.

Fixes: 5bd3990723bd ("MIPS: Loongson64: Prefix ipi register address pointers with __iomem")
Reported-by: kernel test robot <lkp@xxxxxxxxx>
Closes: https://lore.kernel.org/oe-kbuild-all/202307020639.QCZOKp8B-lkp@xxxxxxxxx/
Signed-off-by: Jiaxun Yang <jiaxun.yang@xxxxxxxxxxx>
---
v2: Drop invalid attribute for play_dead pointers
---
arch/mips/loongson64/smp.c | 160 ++++++++++++++++++-------------------
1 file changed, 80 insertions(+), 80 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>