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:
Ian Lepore 2015-06-24 18:26:04 +00:00
parent f36c0f6257
commit bb094ed79d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=284771

View File

@ -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);