summaryrefslogtreecommitdiff
path: root/ztd-loc.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-08-31 21:41:37 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-08-31 21:41:37 +0000
commit3c4af3a1c3e762dac03b047d2fce3e1019805998 (patch)
treecf30b12e5c0f5c0c2b1be69501444c2b2350a507 /ztd-loc.c
parent8eb9513a5d348fcb85cd4438d2152f5a18c646b4 (diff)
make spinlock definitions compatible with -RT kernel patches (and future syntax in mainline kernel, probably) (issue #5080)
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@751 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'ztd-loc.c')
-rwxr-xr-xztd-loc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ztd-loc.c b/ztd-loc.c
index da9ab6c..100bd9f 100755
--- a/ztd-loc.c
+++ b/ztd-loc.c
@@ -66,7 +66,11 @@
#include <linux/zaptel.h>
#endif
+#ifdef DEFINE_SPINLOCK
+static DEFINE_SPINLOCK(zlock);
+#else
static spinlock_t zlock = SPIN_LOCK_UNLOCKED;
+#endif
static struct ztdlocal {
unsigned short key;