1long
2getrval2(struct tcb *tcp)
3{
4	return sparc_regs.u_regs[U_REG_O1];
5}
6