Go to the documentation of this file.
10 #ifndef __ASM_SH_SWITCH_TO_64_H
11 #define __ASM_SH_SWITCH_TO_64_H
24 #define switch_to(prev,next,last) \
26 if (last_task_used_math != next) { \
27 struct pt_regs *regs = next->thread.uregs; \
28 if (regs) regs->sr |= SR_FD; \
30 last = sh64_switch_to(prev, &prev->thread, next, \