From 3c4af3a1c3e762dac03b047d2fce3e1019805998 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Wed, 31 Aug 2005 21:41:37 +0000 Subject: 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 --- tor2.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tor2.c') diff --git a/tor2.c b/tor2.c index e7b3a2a..51d7452 100755 --- a/tor2.c +++ b/tor2.c @@ -1106,7 +1106,11 @@ static void tor2_tasklet(unsigned long data) static int syncsrc = 0; static int syncnum = 0 /* -1 */; static int syncspan = 0; +#ifdef DEFINE_SPINLOCK +static DEFINE_SPINLOCK(synclock); +#else static spinlock_t synclock = SPIN_LOCK_UNLOCKED; +#endif static int tor2_findsync(struct tor2 *tor) { -- cgit v1.2.3