]> git.proxmox.com Git - mirror_zfs.git/commit
Add missing 64-bit divide for 32-bit ARM
authorJorgen Lundman <lundman@lundman.net>
Wed, 2 May 2012 00:15:28 +0000 (00:15 +0000)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 3 May 2012 17:07:54 +0000 (10:07 -0700)
commitef6f91ce0c96f7440a6fab23cb605a7f67185790
tree7e6898dff64b9e6a5423cff4e324e7c45d749ade
parentcb75844e859f1b97294f53e8370d8e5110b14779
Add missing 64-bit divide for 32-bit ARM

Leverage the existing generic 64-bit division operations which
were originally implemented for x86 to support ARM.  All that is
required is to make the symbols available to the linker with the
expected names.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
module/spl/spl-generic.c