]> git.ipfire.org Git - thirdparty/grub.git/commit
disk: Replace code that calculates the log of sector size with grub_log2ull()
authorGlenn Washburn <development@efficientek.com>
Thu, 9 Jun 2022 16:48:29 +0000 (11:48 -0500)
committerDaniel Kiper <daniel.kiper@oracle.com>
Mon, 4 Jul 2022 12:43:26 +0000 (14:43 +0200)
commit351c9c2fd0bcd94c7fda5b697d3283f7f0ff7930
tree2fcb7700890df83e218dff633fe4519876eef8c3
parenta79c567f6b5820a8795c273a9eaabd06a1f92b29
disk: Replace code that calculates the log of sector size with grub_log2ull()

Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
17 files changed:
grub-core/disk/ata.c
grub-core/disk/efi/efidisk.c
grub-core/disk/geli.c
grub-core/disk/i386/pc/biosdisk.c
grub-core/disk/ieee1275/obdisk.c
grub-core/disk/ieee1275/ofdisk.c
grub-core/disk/scsi.c
grub-core/disk/uboot/ubootdisk.c
grub-core/disk/xen/xendisk.c
grub-core/osdep/apple/hostdisk.c
grub-core/osdep/aros/hostdisk.c
grub-core/osdep/bsd/hostdisk.c
grub-core/osdep/freebsd/hostdisk.c
grub-core/osdep/hurd/hostdisk.c
grub-core/osdep/linux/hostdisk.c
grub-core/osdep/sun/hostdisk.c
grub-core/osdep/windows/hostdisk.c