]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
kboot: Use unsigned long long.
authorWarner Losh <imp@FreeBSD.org>
Fri, 2 Dec 2022 19:41:01 +0000 (12:41 -0700)
committerWarner Losh <imp@FreeBSD.org>
Fri, 2 Dec 2022 19:41:01 +0000 (12:41 -0700)
commitda5d0a1dbc2838eae7033254705c684d7a013fce
treeed4782376ae59adab380454471d99106a87dce8f
parent7685e8d97a22ae4b58243d6ef67569ea5bcbc988
kboot: Use unsigned long long.

For the 64-bit platforms, this is a nop. Currently kboot only supports
64-bit platforms, though. If we support 32-bit in the future, this will
become important.

Noticed by: rpokala
Sponsored by: Netflix
stand/kboot/util.c