From 4e61e5eea23873c5212224fd33f9f9bced8cf87f Mon Sep 17 00:00:00 2001 From: Ulf Carlsson Date: Thu, 24 Jun 1999 01:00:50 +0000 Subject: We need the spinlock.. --- drivers/sgi/char/ds1286.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'drivers/sgi') diff --git a/drivers/sgi/char/ds1286.c b/drivers/sgi/char/ds1286.c index 35b8a309d..81f6f4851 100644 --- a/drivers/sgi/char/ds1286.c +++ b/drivers/sgi/char/ds1286.c @@ -1,4 +1,4 @@ -/* $Id: ds1286.c,v 1.3 1999/01/04 16:07:19 ralf Exp $ +/* $Id: ds1286.c,v 1.4 1999/06/17 13:29:03 ralf Exp $ * * Real Time Clock interface for Linux * @@ -73,9 +73,7 @@ void clear_rtc_irq_bit(unsigned char bit); static inline unsigned char ds1286_is_updating(void); -#ifdef __SMP__ static spinlock_t ds1286_lock = SPIN_LOCK_UNLOCKED; -#endif /* * Bits in rtc_status. (7 bits of room for future expansion) -- cgit v1.2.3