]> 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>
Tue, 24 Jan 2023 21:49:41 +0000 (14:49 -0700)
commit01e7e8c58f86c06f246dcaf368440d2b3bc070a3
tree77c513a84a36d02ca1552773e1424805a5c28bf7
parent0e78599a5b58684eae89f7bfb24da599c2ad8ec1
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

(cherry picked from commit da5d0a1dbc2838eae7033254705c684d7a013fce)
stand/kboot/util.c