]> git.proxmox.com Git - mirror_spl.git/commit - module/spl/spl-kmem.c
Apply two nice improvements caught by Ricardo,
authorbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>
Mon, 3 Nov 2008 20:34:17 +0000 (20:34 +0000)
committerbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>
Mon, 3 Nov 2008 20:34:17 +0000 (20:34 +0000)
commit550f1705259c9b97ad158354a921003bbbfe819f
tree5d9a990331d3a61b716775e094e121b1c25e787e
parent749045bbfa3302f8917ef681373775245b241698
Apply two nice improvements caught by Ricardo,

spl-05-div64.patch
This is a much less intrusive fix for undefined 64-bit division symbols
when compiling the DMU in 32-bit kernels.

* spl-06-atomic64.patch
This is a workaround for 32-bit kernels that don't have atomic64_t.

git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@162 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
autoconf/spl-build.m4
include/asm/atomic_compat.h [new file with mode: 0644]
include/sys/div64.h [deleted file]
include/sys/kmem.h
modules/spl/spl-generic.c
modules/spl/spl-kmem.c
modules/spl/spl-proc.c