]> git.proxmox.com Git - mirror_spl.git/commit
Fix do_div() types in condvar:timeout
authorBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 22 Dec 2015 17:26:10 +0000 (09:26 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 22 Dec 2015 18:32:35 +0000 (10:32 -0800)
commit2a552736b7fc2bcb810cc520abd2ff9e229a9904
treeedecde74c8a426a7b000f26cdac6128f1e23fcb4
parentb4ad50ac5f16de9220452f0da493e67c060d701b
Fix do_div() types in condvar:timeout

The do_div() macro expects unsigned types and this is detected in
powerpc implementation of do_div().

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #516
module/splat/splat-condvar.c