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 2015-06-24 18:26:04 +00:00
parent 3c91fe4d37
commit 9c6e8b455a

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