Files
linux/arch
Geert Uytterhoeven f9304e19c2 sh: landisk: Add missing initialization of sh_io_port_base
[ Upstream commit 0c64a0dce5 ]

The Landisk setup code maps the CF IDE area using ioremap_prot(), and
passes the resulting virtual addresses to the pata_platform driver,
disguising them as I/O port addresses.  Hence the pata_platform driver
translates them again using ioport_map().
As CONFIG_GENERIC_IOMAP=n, and CONFIG_HAS_IOPORT_MAP=y, the
SuperH-specific mapping code in arch/sh/kernel/ioport.c translates
I/O port addresses to virtual addresses by adding sh_io_port_base, which
defaults to -1, thus breaking the assumption of an identity mapping.

Fix this by setting sh_io_port_base to zero.

Fixes: 37b7a97884 ("sh: machvec IO death.")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Rich Felker <dalias@libc.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-05-16 08:48:41 +09:00
..
2023-05-15 11:34:34 +09:00
2023-05-16 08:30:00 +09:00
2018-05-19 14:06:17 +02:00
2023-05-16 08:48:06 +09:00
2018-02-17 14:52:07 +01:00
2016-10-19 08:39:47 -07:00
2023-05-15 16:07:35 +09:00