powerpc/fixmap: Fix the size of the early debug area
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Mon, 17 Aug 2020 06:03:26 +0000 (06:03 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Aug 2020 09:42:22 +0000 (11:42 +0200)
commit1622360234fb636d2a8bfaea0778a7ccf0a3eeae
treeb04b4791032559945e417a0b9aa3218baec87d0b
parent2ac6c08a4ed5960fcad7392a2c27fdc4427f7f41
powerpc/fixmap: Fix the size of the early debug area

[ Upstream commit fdc6edbb31fba76fd25d7bd016b675a92908d81e ]

Commit ("03fd42d458fb powerpc/fixmap: Fix FIX_EARLY_DEBUG_BASE when
page size is 256k") reworked the setup of the early debug area and
mistakenly replaced 128 * 1024 by SZ_128.

Change to SZ_128K to restore the original 128 kbytes size of the area.

Fixes: 03fd42d458fb ("powerpc/fixmap: Fix FIX_EARLY_DEBUG_BASE when page size is 256k")
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/996184974d674ff984643778cf1cdd7fe58cc065.1597644194.git.christophe.leroy@csgroup.eu
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/powerpc/include/asm/fixmap.h