* grub-core/fs/ext2.c (grub_ext2_read_block): Use shifts rather than
divisions.
This commit is contained in:
parent
033d0b4b0b
commit
f797ec85a0
2 changed files with 21 additions and 14 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-01-05 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/fs/ext2.c (grub_ext2_read_block): Use shifts rather than
|
||||
divisions.
|
||||
|
||||
2013-01-05 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/fs/ntfs.c: Eliminate useless divisions in favor of shifts.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue