Remove the pcb32_cstate field of struct pcb.

This commit is contained in:
Olivier Houchard 2004-09-23 22:31:08 +00:00
parent f04d49ad11
commit 7ea7271711

View file

@ -49,7 +49,6 @@ struct pcb_arm32 {
uint32_t *pcb32_pl1vec; /* PTR to vector_base L1 entry*/
uint32_t pcb32_l1vec; /* Value to stuff on ctx sw */
u_int pcb32_dacr; /* Domain Access Control Reg */
void *pcb32_cstate; /* &pmap->pm_cstate */
/*
* WARNING!
* cpuswitch.S relies on pcb32_r8 being quad-aligned in struct pcb