summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/spinlock.h
diff options
context:
space:
mode:
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>1998-08-25 16:45:46 +0000
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>1998-08-25 16:45:46 +0000
commit45e1948d1bb5bb247e0a54bd54bcca48376d19ca (patch)
tree5535353b1fb0c3b98184132b2cd505d0c6aed824 /include/asm-mips/spinlock.h
parenta30674b9d904056e352196494597989a36839fe1 (diff)
this should work better now
Diffstat (limited to 'include/asm-mips/spinlock.h')
-rw-r--r--include/asm-mips/spinlock.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/asm-mips/spinlock.h b/include/asm-mips/spinlock.h
index 72d354f84..581641827 100644
--- a/include/asm-mips/spinlock.h
+++ b/include/asm-mips/spinlock.h
@@ -1,4 +1,4 @@
-/* $Id: spinlock.h,v 1.2 1998/06/30 00:23:12 ralf Exp $
+/* $Id: spinlock.h,v 1.3 1998/08/25 16:20:59 tsbogend Exp $
*/
#ifndef __ASM_MIPS_SPINLOCK_H
#define __ASM_MIPS_SPINLOCK_H
@@ -8,8 +8,6 @@
/*
* Gcc-2.7.x has a nasty bug with empty initializers.
*/
-typedef struct { } spinlock_t;
-#define SPIN_LOCK_UNLOCKED { }
#if (__GNUC__ > 2) || (__GNUC__ == 2 && __GNUC_MINOR__ >= 8)
typedef struct { } spinlock_t;
#define SPIN_LOCK_UNLOCKED { }