Re: [PATCH] misc: Replace code that calculates the log of sector size with grub_log2ull
On Thu, Jun 09, 2022 at 11:48:29AM -0500, Glenn Washburn wrote: > Signed-off-by: Glenn Washburn Reviewed-by: Daniel Kiper Daniel ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel
[PATCH] misc: Replace code that calculates the log of sector size with grub_log2ull
Signed-off-by: Glenn Washburn --- grub-core/disk/ata.c | 5 + grub-core/disk/efi/efidisk.c | 4 +--- grub-core/disk/geli.c | 4 +--- grub-core/disk/i386/pc/biosdisk.c | 6 +- grub-core/disk/ieee1275/obdisk.c | 6 +- grub-core/disk/ieee1275/ofdisk.c