commit | 44c4be0cb3dd3f24b0a2e337f5be9b834837828a | [log] [tgz] |
---|---|---|
author | xypron.glpk@gmx.de <xypron.glpk@gmx.de> | Tue Jul 18 20:17:23 2017 +0200 |
committer | Alexander Graf <agraf@suse.de> | Wed Jul 19 14:36:14 2017 +0200 |
tree | a9ace5282d8225e96e03eeaec99efa948b09bcf8 | |
parent | 54c7a8e613bb744eb5302d6e449f42d4cf73806c [diff] |
efi_loader: correctly implement 100ns conversion In efi_set_timer we receive the trigger time in intervals of 100 ns. We should convert it to intervals of 1000 ns by 64bit division. The patch supplies function efi_div10 that uses multiplication to implement the missing 64 bit division. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>