Complete 64-bit division support.
* grub-core/kern/misc.c (grub_divmod64): Rename to ... (grub_divmod64_full): ... this. Support 64-bit divisor and reminder. * include/grub/misc.h (grub_divmod64): Rename to ... (grub_divmod64_full): ... this. (grub_divmod64): New inline function.
This commit is contained in:
parent
a5102d9433
commit
93a777e388
3 changed files with 31 additions and 9 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2011-04-18 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Complete 64-bit division support.
|
||||
|
||||
* grub-core/kern/misc.c (grub_divmod64): Rename to ...
|
||||
(grub_divmod64_full): ... this. Support 64-bit divisor and reminder.
|
||||
* include/grub/misc.h (grub_divmod64): Rename to ...
|
||||
(grub_divmod64_full): ... this.
|
||||
(grub_divmod64): New inline function.
|
||||
|
||||
2011-04-18 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* util/grub-mkimage.c (generate_image): Add forgotten comma.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue