mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Revert previous commit. PC_CONS_BUFR is not used nor needed by
assembly.
This commit is contained in:
parent
3ad9c2127b
commit
2fd31a5e0d
1 changed files with 0 additions and 1 deletions
|
|
@ -91,7 +91,6 @@ ASSYM(MC_SPECIAL_RNAT, offsetof(mcontext_t, mc_special.rnat));
|
|||
ASSYM(PAGE_SHIFT, PAGE_SHIFT);
|
||||
ASSYM(PAGE_SIZE, PAGE_SIZE);
|
||||
|
||||
ASSYM(PC_CONS_BUFR, offsetof(struct pcpu, pc_cons_bufr));
|
||||
ASSYM(PC_CPUID, offsetof(struct pcpu, pc_cpuid));
|
||||
ASSYM(PC_CURRENT_PMAP, offsetof(struct pcpu, pc_current_pmap));
|
||||
ASSYM(PC_CURTHREAD, offsetof(struct pcpu, pc_curthread));
|
||||
|
|
|
|||
Loading…
Reference in a new issue