commit | b3e06a6e4fb52edb832e6d7a1505899ae33b27c9 | [log] [tgz] |
---|---|---|
author | Sarada Prasanna Garnayak <sgarna@codeaurora.org> | Mon Nov 14 20:48:39 2016 +0530 |
committer | qcabuildsw <qcabuildsw@localhost> | Wed Dec 14 14:06:41 2016 -0800 |
tree | fc2100ae08cc15dbc2929a11a125bc503a788ce1 | |
parent | 5b67bef418f4359f30675cacd8e01e3bd41d0fea [diff] |
qcacld-3.0: Fix the 64-bit division linking error for msmcobalt_32 The 64-bit division in 32-bit architecture call 64-bit-by-64-bit division routines "__aeabi_uldivmod", which is not defined for the 32-bit architecture. Typecast the variables to proper data type before division operation to avoid the "undefined symbol: __aeabi_uldivmod" linking error during wlan driver load on 32-bit target. CRs-Fixed: 1091920 Change-Id: I0cb7f78a098d90349870d4acb87230ba7fb492fc