]> git.baikalelectronics.ru Git - kernel.git/commit
xtensa: clean up access to spilled registers locations
authorMax Filippov <jcmvbkbc@gmail.com>
Mon, 26 Jan 2015 22:15:10 +0000 (01:15 +0300)
committerMax Filippov <jcmvbkbc@gmail.com>
Mon, 1 May 2017 17:34:43 +0000 (10:34 -0700)
commit8c024a8f1cf292615b98356151adf30881c32ee5
tree33d6824f10f7d50cf3147ef96f1ab37b70022969
parent28dea7406f506ecb40e8a94c87108c95b3bb1b7e
xtensa: clean up access to spilled registers locations

Define macros SPILL_SLOT* that return a reference to the stack location
of the spill slot for specific register and use them instead of opencoded
address calculations.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
arch/xtensa/include/asm/processor.h
arch/xtensa/kernel/process.c
arch/xtensa/kernel/signal.c
arch/xtensa/kernel/stacktrace.c