linux_dsm_epyc7002/drivers/net/ethernet/marvell
Maxime Ripard 2502d0ef27 net: mvneta: Fix CPU_MAP registers initialisation
The CPU_MAP register is duplicated for each CPUs at different addresses,
each instance being at a different address.

However, the code so far was using CONFIG_NR_CPUS to initialise the CPU_MAP
registers for each registers, while the SoCs embed at most 4 CPUs.

This is especially an issue with multi_v7_defconfig, where CONFIG_NR_CPUS
is currently set to 16, resulting in writes to registers that are not
CPU_MAP.

Fixes: c5aff18204 ("net: mvneta: driver for Marvell Armada 370/XP network unit")
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Cc: <stable@vger.kernel.org> # v3.8+
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-09-29 11:51:40 -07:00
..
Kconfig
Makefile
mv643xx_eth.c mv643xx_eth: Neaten mv643xx_eth_program_multicast_filter 2015-09-15 12:49:11 -07:00
mvmdio.c
mvneta.c net: mvneta: Fix CPU_MAP registers initialisation 2015-09-29 11:51:40 -07:00
mvpp2.c
pxa168_eth.c
skge.c
skge.h
sky2.c
sky2.h