]> git.ipfire.org Git - thirdparty/grub.git/commit
Use full 64-bit division.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 18 May 2011 13:35:19 +0000 (15:35 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 18 May 2011 13:35:19 +0000 (15:35 +0200)
commitbf947d36e3408fd4f5c74b7751663924500a53ff
treeb20789176746b19ac6f6dfa645128ae0dc041112
parentb84f26c549d0869571ce697fc8837975018c3df3
Use full 64-bit division.

* grub-core/kern/misc.c (grub_divmod64_full): Renamed to ...
(grub_divmod64): ... this.
* include/grub/misc.h (grub_divmod64): Removed. All users switch to full
version.
15 files changed:
ChangeLog
grub-core/commands/ls.c
grub-core/disk/i386/pc/biosdisk.c
grub-core/disk/lvm.c
grub-core/disk/raid.c
grub-core/disk/scsi.c
grub-core/fs/affs.c
grub-core/fs/btrfs.c
grub-core/fs/i386/pc/pxe.c
grub-core/fs/minix.c
grub-core/fs/nilfs2.c
grub-core/fs/ntfs.c
grub-core/io/bufio.c
grub-core/kern/misc.c
include/grub/misc.h