]> git.ipfire.org Git - people/arne_f/kernel.git/commit
xtensa: smp_lx200_defconfig: fix vectors clash
authorMax Filippov <jcmvbkbc@gmail.com>
Fri, 25 Jan 2019 01:16:11 +0000 (17:16 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Mar 2019 21:04:56 +0000 (14:04 -0700)
commitdb325a389ce02c155f1d98b366c15442b517da21
treea50c68b4c52e9ecaf84c7864ab0beb709fdd9ee1
parente2f3fd4d5b3d480837bf4da405b4b4dc238db96c
xtensa: smp_lx200_defconfig: fix vectors clash

[ Upstream commit 306b38305c0f86de7f17c5b091a95451dcc93d7d ]

Secondary CPU reset vector overlaps part of the double exception handler
code, resulting in weird crashes and hangups when running user code.
Move exception vectors one page up so that they don't clash with the
secondary CPU reset vector.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/xtensa/configs/smp_lx200_defconfig