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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment