Skip to content
Commit e369953a authored by Max Filippov's avatar Max Filippov
Browse files

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: default avatarMax Filippov <jcmvbkbc@gmail.com>
parent 519d8195
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment