commit | 3ac7057a23e934930626ba5c51930c795acf051a | [log] [tgz] |
---|---|---|
author | Runmin Wang <runminw@codeaurora.org> | Wed Apr 12 17:26:50 2017 -0700 |
committer | Runmin Wang <runminw@codeaurora.org> | Thu Apr 13 10:24:44 2017 -0700 |
tree | efffcad693060fab957fbc77dbc5d5c0e21fe7ef | |
parent | fb8f000f7bb4ae0c481dd926276dd9797171137f [diff] |
kernel: tick-sched: Fix compilation error on 32-bit do_div() on 32-bit is changed into __div64_32(uint64_t *n, uint32_t base), which requires its operand type to be specified. Update the variable type to fix the compilation issue. Change-Id: I82ad839c5a16096cfe000a65c9344b7d17214e29 Signed-off-by: Runmin Wang <runminw@codeaurora.org>