ARC: Fix ICCM & DCCM runtime size checks
authorEugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Thu, 2 Apr 2020 17:54:28 +0000 (20:54 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 7 Jun 2020 11:18:50 +0000 (13:18 +0200)
commit935ba01e80d48ef81e5608ef4a7252f138f5a06c
tree46439e2292ba23b9f123cc9bdc5fb66700bf34e8
parent8a69220b659c31ccd481538193220d732814b324
ARC: Fix ICCM & DCCM runtime size checks

[ Upstream commit 43900edf67d7ef3ac8909854d75b8a1fba2d570c ]

As of today the ICCM and DCCM size checks are incorrectly using
mismatched units (KiB checked against bytes). The CONFIG_ARC_DCCM_SZ
and CONFIG_ARC_ICCM_SZ are in KiB, but the size calculated in
runtime and stored in cpu->dccm.sz and cpu->iccm.sz is in bytes.

Fix that.

Reported-by: Paul Greco <pmgreco@us.ibm.com>
Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arc/kernel/setup.c