commit | 7d963323a25f87f701aab6ced99a912230f19776 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Oct 05 16:14:14 2017 +0200 |
committer | Alexander Graf <agraf@suse.de> | Mon Oct 09 07:00:29 2017 +0200 |
tree | c9bc7fc22a45df0cb138d3f5f165c08b179c448f | |
parent | 332468f7fca8d6089367083f4386478793e3b544 [diff] |
efi_loader: replace efi_div10 by do_div We should use the existing 64bit division instead of reinventing the wheel. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>