mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove the pcb32_cstate field of struct pcb.
This commit is contained in:
parent
f04d49ad11
commit
7ea7271711
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue