Go to the source code of this file.
#define finish_arch_switch |
( |
|
prev | ) |
|
Value:do { \
set_fs(
current->thread.mm_segment); \
} while (0)
Definition at line 94 of file switch_to.h.
Value:do { \
save_fp_regs(&
prev->thread.fp_regs); \
save_access_regs(&
prev->thread.acrs[0]); \
save_ri_cb(
prev->thread.ri_cb); \
} \
restore_fp_regs(&
next->thread.fp_regs); \
restore_access_regs(&
next->thread.acrs[0]); \
restore_ri_cb(
next->thread.ri_cb,
prev->thread.ri_cb); \
} \
} while (0)
Definition at line 79 of file switch_to.h.