aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mips
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2006-11-30 01:14:50 +0000
committerRalf Baechle <ralf@linux-mips.org>2006-11-30 01:14:50 +0000
commite303e088f25dc7d8bafc0d1942314214a3a57b44 (patch)
tree7bc6a1f5126b00236f6513a814d004610cedbd1f /include/asm-mips
parent[MIPS] Use conditional traps for BUG_ON on MIPS II and better. (diff)
downloadlinux-dev-e303e088f25dc7d8bafc0d1942314214a3a57b44.tar.xz
linux-dev-e303e088f25dc7d8bafc0d1942314214a3a57b44.zip
[MIPS] Remove old junk left from old atomic_lock.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips')
-rw-r--r--include/asm-mips/atomic.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/include/asm-mips/atomic.h b/include/asm-mips/atomic.h
index e64abc0d8221..7978d8e11647 100644
--- a/include/asm-mips/atomic.h
+++ b/include/asm-mips/atomic.h
@@ -9,16 +9,8 @@
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
- * Copyright (C) 1996, 97, 99, 2000, 03, 04 by Ralf Baechle
+ * Copyright (C) 1996, 97, 99, 2000, 03, 04, 06 by Ralf Baechle
*/
-
-/*
- * As workaround for the ATOMIC_DEC_AND_LOCK / atomic_dec_and_lock mess in
- * <linux/spinlock.h> we have to include <linux/spinlock.h> outside the
- * main big wrapper ...
- */
-#include <linux/spinlock.h>
-
#ifndef _ASM_ATOMIC_H
#define _ASM_ATOMIC_H