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

xtensa: use abi_* register names in the kernel exit code



Using plain register names is prone to errors when code is changed and
new calls are added between the register load and use. Change plain
register names to abi_* names in the call-heavy part of the kernel exit
code to clearly indicate what's supposed to be preserved and what's not.
Re-align code while at it.

Signed-off-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
parent de4415d0
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