]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Currently BERI's loader is including the 32-bit version of the FICL MIPS sysdep.h...
authorStanislav Galabov <sgalabov@FreeBSD.org>
Fri, 26 Feb 2016 08:06:25 +0000 (08:06 +0000)
committerStanislav Galabov <sgalabov@FreeBSD.org>
Fri, 26 Feb 2016 08:06:25 +0000 (08:06 +0000)
commit8b2db3b713c21531ac3351b336aac42a40c8671e
tree4ef2cf26fcbbbd10cac67dc52975723efef438e4
parent0b3105a37d7adcadcb720112fed4dc4e8040be99
Currently BERI's loader is including the 32-bit version of the FICL MIPS sysdep.h (sys/boot/ficl/mips/sysdep.h) instead of the 64-bit version (sys/boot/ficl/mips64/sysdep.h).

Although this may not be an issue in practice, it would be more correct if the 64-bit version was used. Also, using the 64-bit version would make it easier to add support for 64-bit ubldr on MIPS.

Approved by: adrian (mentor)
Differential Revision: https://reviews.freebsd.org/D5310
sys/boot/ficl/Makefile
sys/boot/mips/beri/loader/Makefile