diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2019-06-02 00:04:50 +0200 |
---|---|---|
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2019-06-14 19:18:40 +0200 |
commit | 17416eaff2bee8f81a094fb2805a2f1920c81a5e (patch) | |
tree | 77faefa00ced38a175cdd36637e5b1946a8901e3 /Documentation/sphinx | |
parent | 3796156a80739031b5c540ded2483dd87fef8083 (diff) |
disk: part: avoid undefined reference to `__udivmoddi4'
When compiling with FTRACE=1 an error
ld.bfd: disk/built-in.o: in function `lba512_muldiv':
disk/part.c:114: undefined reference to `__udivmoddi4
occurred.
Use '>> 11' instead of '/ 2048' to avoid the division.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'Documentation/sphinx')
0 files changed, 0 insertions, 0 deletions