atm nicstar: Removal of debug code containing deprecated calls to cli()/sti()
Code within NS_DEBUG_SPINLOCKS contained deprecated cli()/sti() function calls. NS_DEBUG_SPINLOCKS and the associated code seems to be of little use these days so the strategy of removing this code rather then updating it to use spinlocks has been taken. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Reviewed-by: Matthew Wilcox <willy@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
344234de54
commit
36ef408061
@@ -28,8 +28,6 @@
|
||||
|
||||
/* Options ********************************************************************/
|
||||
|
||||
#undef NS_DEBUG_SPINLOCKS
|
||||
|
||||
#define NS_MAX_CARDS 4 /* Maximum number of NICStAR based cards
|
||||
controlled by the device driver. Must
|
||||
be <= 5 */
|
||||
@@ -721,10 +719,6 @@ typedef struct scq_info
|
||||
wait_queue_head_t scqfull_waitq;
|
||||
volatile char full; /* SCQ full indicator */
|
||||
spinlock_t lock; /* SCQ spinlock */
|
||||
#ifdef NS_DEBUG_SPINLOCKS
|
||||
volatile long has_lock;
|
||||
volatile int cpu_lock;
|
||||
#endif /* NS_DEBUG_SPINLOCKS */
|
||||
} scq_info;
|
||||
|
||||
|
||||
@@ -810,12 +804,6 @@ typedef struct ns_dev
|
||||
unsigned intcnt; /* Interrupt counter */
|
||||
spinlock_t int_lock; /* Interrupt lock */
|
||||
spinlock_t res_lock; /* Card resource lock */
|
||||
#ifdef NS_DEBUG_SPINLOCKS
|
||||
volatile long has_int_lock;
|
||||
volatile int cpu_int;
|
||||
volatile long has_res_lock;
|
||||
volatile int cpu_res;
|
||||
#endif /* NS_DEBUG_SPINLOCKS */
|
||||
} ns_dev;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user