]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use 32-bit ufs_ino_t instead of ino_t to keep boot2 small and prevent
authorgleb <gleb@FreeBSD.org>
Fri, 25 May 2012 09:36:39 +0000 (09:36 +0000)
committergleb <gleb@FreeBSD.org>
Fri, 25 May 2012 09:36:39 +0000 (09:36 +0000)
commit2dc26af4447ddf75f00ee32933b59022bffa31a6
treeb96ac54d1a86e70ab6e3af1f4c959eee6dc450ac
parent02feec4a4507f678cfd5036cbb906dcc9908b6ba
Use 32-bit ufs_ino_t instead of ino_t to keep boot2 small and prevent
unnecessary 64-bit math on 32-bit machines.

Sponsored by: Google Summer of Code 2011
sys/boot/arm/at91/boot2/boot2.c
sys/boot/arm/ixp425/boot2/boot2.c
sys/boot/common/ufsread.c
sys/boot/i386/boot2/boot2.c
sys/boot/i386/gptboot/gptboot.c
sys/boot/pc98/boot2/boot2.c
sys/boot/powerpc/boot1.chrp/boot1.c
sys/boot/sparc64/boot1/boot1.c