]> git.ipfire.org Git - thirdparty/kernel/stable.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:02 +0000 (14:04 -0700)
commitcccafb10022ab8d4abf06f853c830f7bb6213770
tree407d0c487c143b7a59f1e475ea5456f24a8e9807
parentabb21eef1bc4826394ed0b5cb086ce0877caa22f
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