mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
Fix a misplaced #endif (maybe a mismerge?). Emitting the symbol for CURPMAP
is not dependent on whether VFP (hardware floating point) is enabled.
This commit is contained in:
parent
f36c0f6257
commit
bb094ed79d
1 changed files with 1 additions and 1 deletions
|
|
@ -134,9 +134,9 @@ ASSYM(ARM_RAS_END, ARM_RAS_END);
|
|||
|
||||
#ifdef VFP
|
||||
ASSYM(PCB_VFPSTATE, offsetof(struct pcb, pcb_vfpstate));
|
||||
#endif
|
||||
|
||||
ASSYM(PC_CURPMAP, offsetof(struct pcpu, pc_curpmap));
|
||||
#endif
|
||||
|
||||
ASSYM(PAGE_SIZE, PAGE_SIZE);
|
||||
ASSYM(PMAP_DOMAIN_KERNEL, PMAP_DOMAIN_KERNEL);
|
||||
|
|
|
|||
Loading…
Reference in a new issue