Remove pcb_y. It has moved to trapframe.

This commit is contained in:
Jake Burkholder 2001-12-29 07:00:30 +00:00
parent ded2ba2017
commit df52646bb5

View File

@ -39,7 +39,6 @@ struct pcb {
struct fpstate pcb_fpstate;
u_long pcb_fp;
u_long pcb_pc;
u_long pcb_y;
caddr_t pcb_onfault;
u_long pcb_nsaved;
u_long pcb_rwsp[MAXWIN];