xtensa_coproc.S: Replace spaces by tabs.

Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
Abdelatif Guettouche 2022-03-18 16:09:15 +01:00 committed by Petro Karashchenko
parent ce8fae2842
commit aa84559566

View File

@ -222,7 +222,6 @@ _xtensa_coproc_savestate:
xtensa_coproc_savestate: xtensa_coproc_savestate:
#ifdef __XTENSA_CALL0_ABI__ #ifdef __XTENSA_CALL0_ABI__
/* Need to preserve a8-11. _xtensa_coproc_savestate modifies a2-a7, /* Need to preserve a8-11. _xtensa_coproc_savestate modifies a2-a7,
* a13-a15. a12-a15 are callee saved registers so a13-a14 must be * a13-a15. a12-a15 are callee saved registers so a13-a14 must be
* preserved. * preserved.
@ -247,10 +246,6 @@ xtensa_coproc_savestate:
RET(16) RET(16)
#else #else
/* Need to preserve a8-15. _xtensa_coproc_savestate modifies a2-a7,
* a13-a15. So a13-a15 may need to be preserved.
*/
/* Allocate the stack frame. This function needs to allocate the usual 16 /* Allocate the stack frame. This function needs to allocate the usual 16
* byte for the base save area + space for one variable. * byte for the base save area + space for one variable.
* NOTE: entry works in multiples of 8 bytes. * NOTE: entry works in multiples of 8 bytes.
@ -426,7 +421,6 @@ _xtensa_coproc_restorestate:
xtensa_coproc_restorestate: xtensa_coproc_restorestate:
#ifdef __XTENSA_CALL0_ABI__ #ifdef __XTENSA_CALL0_ABI__
/* Need to preserve a8-11. _xtensa_coproc_restorestate modifies a2-a7, /* Need to preserve a8-11. _xtensa_coproc_restorestate modifies a2-a7,
* a13-a15. a12-a15 are callee saved registers so a13-a14 must be * a13-a15. a12-a15 are callee saved registers so a13-a14 must be
* preserved. * preserved.
@ -451,10 +445,6 @@ xtensa_coproc_restorestate:
RET(16) RET(16)
#else #else
/* Need to preserve a8-15. _xtensa_coproc_savestate modifies a2-a7,
* a13-a15. So a13-a15 may need to be preserved.
*/
/* Allocate the stack frame. This function needs to allocate the usual 16 /* Allocate the stack frame. This function needs to allocate the usual 16
* byte for the base save area + space for one variable. * byte for the base save area + space for one variable.
* NOTE: entry works in multiples of 8 bytes. * NOTE: entry works in multiples of 8 bytes.