]> git.proxmox.com Git - mirror_spl.git/commit - include/sys/mutex.h
Lots of build fixes. This is turning out to be a very good
authorbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>
Wed, 27 Feb 2008 19:09:51 +0000 (19:09 +0000)
committerbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>
Wed, 27 Feb 2008 19:09:51 +0000 (19:09 +0000)
commitf1b59d2620ae2bd977e67e292f9bebc43049872c
tree914f1f0e03a05326af10cab4b374a023e74b8875
parent3d4ea0ced6c2400d2b7d62d4f90b1a69d7e1a04e
Lots of build fixes.  This is turning out to be a very good
idea since it forcefully codifing the ABI.  Since the shim
layer is no longer linked at build time in to the test suite
we can;'t cut any corners and get away with it.

Everything is working now with the exception of sorting
setting Module.symvers properly.  This may take a little
Makefile reorg.

git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@5 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
30 files changed:
include/linux-callb.h
include/linux-condvar.h
include/linux-cred.h
include/linux-generic.h
include/linux-kmem.h
include/linux-kstat.h
include/linux-mutex.h
include/linux-random.h
include/linux-rwlock.h
include/linux-taskq.h
include/linux-thread.h
include/linux-time.h
include/linux-timer.h
include/linux-types.h
include/splat-ctl.h
src/spl/Makefile.in
src/spl/linux-generic.c [new file with mode: 0644]
src/spl/linux-kmem.c
src/spl/linux-rwlock.c
src/spl/linux-taskq.c
src/spl/linux-thread.c
src/splat/splat-condvar.c
src/splat/splat-ctl.c
src/splat/splat-kmem.c
src/splat/splat-mutex.c
src/splat/splat-random.c
src/splat/splat-rwlock.c
src/splat/splat-taskq.c
src/splat/splat-thread.c
src/splat/splat-time.c