taglinefilesource code
new_tss41arch/ppc/kernel/process.cstruct thread_struct *new_tss, *old_tss;
new_tss49arch/ppc/kernel/process.cnew_tss = &new->tss;
new_tss52arch/ppc/kernel/process.c_switch(old_tss, new_tss);