Axe pcb_schednest as it is no longer used.

This commit is contained in:
John Baldwin 2001-02-22 17:09:50 +00:00
parent 938f15c7c4
commit 2f01e2eaf2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72907
2 changed files with 0 additions and 2 deletions

View File

@ -124,7 +124,6 @@ ASSYM(U_PCB_UNAT, offsetof(struct user, u_pcb.pcb_unat));
ASSYM(U_PCB_RNAT, offsetof(struct user, u_pcb.pcb_rnat));
ASSYM(U_PCB_PR, offsetof(struct user, u_pcb.pcb_pr));
ASSYM(U_PCB_SCHEDNEST, offsetof(struct user, u_pcb.pcb_onfault));
ASSYM(U_PCB_ONFAULT, offsetof(struct user, u_pcb.pcb_onfault));
ASSYM(U_PCB_HIGHFP, offsetof(struct user, u_pcb.pcb_highfp));

View File

@ -58,7 +58,6 @@ struct pcb {
u_int64_t pcb_unat; /* ar.unat for r4..r7 */
u_int64_t pcb_rnat;
u_int64_t pcb_pr; /* predicates */
u_int64_t pcb_schednest; /* sched_lock state */
u_int64_t pcb_onfault; /* for copy faults */
u_int64_t pcb_accessaddr; /* for [fs]uswintr */