]> www.infradead.org Git - users/jedix/linux-maple.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:03:12 +0000 (14:03 -0700)
commit7b72724baf4639445f25f63a2447bafc64fa0035
tree4865bc9e9346c0e4c8ee38e154fa5e57babd2ecf
parent19b7005bfaf93740710424694c65ad396d321577
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