xtensa: move _SimulateUserKernelVectorException out of WindowVectors
authorMax Filippov <jcmvbkbc@gmail.com>
Sun, 25 Jul 2021 20:51:02 +0000 (13:51 -0700)
committerMax Filippov <jcmvbkbc@gmail.com>
Tue, 19 Oct 2021 05:19:34 +0000 (22:19 -0700)
commite369953a5ba3295379095060f4ac72958da7c125
treeb2d7fddbd894fb602084f02e8f79c6d288c8de81
parent519d81956ee277b4419c723adfb154603c2565ba
xtensa: move _SimulateUserKernelVectorException out of WindowVectors

In configurations without window registers support the section
.WindowVectors.text may never be linked.
_SimulateUserKernelVectorException is a common handler for high priority
interrupts, it does not belong in that section anyway. Move it out of
that section and mark it as __XTENSA_HANDLER so it gets bundled with
other vector helpers.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
arch/xtensa/kernel/vectors.S