diff options
author | Oded Gabbay <[email protected]> | 2019-03-01 14:21:11 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2019-03-01 13:44:59 +0100 |
commit | b3bf147bd6117f2cc493c6371c6f0be659b0dd96 (patch) | |
tree | 0746b0a4d73bda58d0a5664d802e20845bb8e553 /scripts/gen_compile_commands.py | |
parent | 91d3f8a629849968dc91d6ce54f2d46abf4feb7f (diff) |
habanalabs: use do_div for 64-bit divisions
This patch fix compilation error in 32-bit ARM architecture regarding
division of 2 64-bit variables.
Use the kernel do_div() macro, which is implemented per architecture, for
doing these divisions instead of using the / operator.
Reported-by: kbuild test robot <[email protected]>
Signed-off-by: Oded Gabbay <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'scripts/gen_compile_commands.py')
0 files changed, 0 insertions, 0 deletions