commit | f21c29694677a234740a5dcd59e61173e8975624 | [log] [tgz] |
---|---|---|
author | Sarada Prasanna Garnayak <sgarna@codeaurora.org> | Wed Mar 08 20:42:38 2017 +0530 |
committer | qcabuildsw <qcabuildsw@localhost> | Fri Mar 10 00:38:50 2017 -0800 |
tree | c49edcfc279c92473a4a5b26558804c96ef21b23 | |
parent | 71f71222ba278d128c3d7028a2d7562197fec49a [diff] |
qcacld-3.0: Fix the 64-bit division linking error on 32bit arch 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. Use do_div asm-generic library api for division operation to avoid the arch specific division "undefined symbol: __aeabi_uldivmod" linking error during wlan driver load on 32-bit target. CRs-Fixed: 2014971 Change-Id: I43253d1eb9f726ac0a96d21f4511a5a282c7bb2d