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