mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-10 05:09:01 +00:00
hv: use uint64_t replace "unsigned long"
Since it's typedef in "include/lib/types.h" Tracked-On: #861 Signed-off-by: Li, Fei1 <fei1.li@intel.com>
This commit is contained in:
@@ -105,7 +105,7 @@ static inline uint16_t fls64(uint64_t value)
|
||||
* ffs64 (0x8000000000000001) = 0
|
||||
* ffs64 (0xf000000000000000) = 60
|
||||
*
|
||||
* @param value: 'unsigned long' type value
|
||||
* @param value: 'uint64_t' type value
|
||||
*
|
||||
* @return value: zero-based bit index, INVALID_BIT_INDEX means
|
||||
* when 'value' was zero, bit operations function can't find bit
|
||||
|
Reference in New Issue
Block a user