freertos/xtensa_context.S: fix some dread tabs

This commit is contained in:
Felipe Neves 2019-10-14 14:02:35 -03:00
parent d7d8b47b89
commit 5ce7a33c87

View file

@ -161,7 +161,6 @@ _xt_context_save:
call0 xthal_save_extra_nw /* destroys a0,2,3,4,5 */
#endif
#ifndef __XTENSA_CALL0_ABI__
#ifdef XT_USE_OVLY
l32i a9, sp, XT_STK_PC /* recover saved PC */
@ -177,7 +176,6 @@ _xt_context_save:
movi a3, PS_INTLEVEL(1) /* For some curious reason the level 1 interrupts */
or a2, a2, a3 /* dont set the intlevel correctly on PS, we need to */
wsr a2, PS /* do this manually */
_not_l1:
rsr a2, PS /* finally umask the window exceptions */
movi a3, ~(PS_EXCM_MASK)