From ccecc02b17429fee653294b753da55836df74e9f Mon Sep 17 00:00:00 2001 From: Francis Galiegue Date: Thu, 8 May 2008 21:15:49 +0200 Subject: [PATCH] Add an irqlock spinlock to struct acx_device Needed for future changes. --- acx_struct.h | 1 + 1 file changed, 1 insertion(+) diff --git a/acx_struct.h b/acx_struct.h index c2d215c..6fbd03d 100644 --- a/acx_struct.h +++ b/acx_struct.h @@ -1123,6 +1123,7 @@ struct acx_device { /*** Locking ***/ struct mutex mutex; spinlock_t spinlock; + spinlock_t irqlock; #if defined(PARANOID_LOCKING) /* Lock debugging */ const char *last_sem; const char *last_lock; -- 2.11.4.GIT