summaryrefslogtreecommitdiffstats
path: root/arch/arc/plat-eznps/ctop.c
Commit message (Collapse)AuthorAgeFilesLines
* ARC: [plat-eznps] handle extra aux regs #1: save/restore on context switchNoam Camus2017-08-291-0/+32
save EFLAGS, and GPA1 auxiliary registers during context switch, since they may be changed by the new task in kernel mode, while using atomic ops e.g. cmpxchg. Signed-off-by: Noam Camus <noamc@ezchip.com> Signed-off-by: Vineet Gupta <vgupta@synopsys.com>