>Hi - > >In klwp_t there are two fields where registers are potentially saved: > - lwp_pcb /* user regs save pcb */ > - lwp_regs /* pointer to saved regs on stack */ > >Can anyone advice me what is the difference between these two fields. For >instance which of these two is used at context switch. Or which is used to save the SPARC register windows
Register windows are only saved on the stack. (All except for the "current" registers and the globals.) Casper _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
