cpu_kthread_restore
void cpu_kthread_restore (void);/* cannot be called from C */
*(void **)td->td_sp = cpu_kthread_restore;
void cpu_kthread_restore(void); /* cannot be called from C */
*(void **)td->td_sp = cpu_kthread_restore;