summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Koerfgen <hkoerfg@web.de>1999-09-18 20:48:03 +0000
committerHarald Koerfgen <hkoerfg@web.de>1999-09-18 20:48:03 +0000
commitbb722553b5f6467eb4acbc3afa2bf4cc7bd60474 (patch)
tree6b3ab5449aece7ba73d11235fe6c452ca27d446b /include
parent2eea98631f146d92aa39a39e23f5ac02ca34d20b (diff)
o made CVS compile again for R5000
o dz fixes by David Airlie o small zs fix (init is fast again) o #ifdef in softirq.h fixed
Diffstat (limited to 'include')
-rw-r--r--include/asm-mips/softirq.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-mips/softirq.h b/include/asm-mips/softirq.h
index 2b3055ea1..f225e87ba 100644
--- a/include/asm-mips/softirq.h
+++ b/include/asm-mips/softirq.h
@@ -1,4 +1,4 @@
-/* $Id: softirq.h,v 1.7 1999/07/26 19:42:44 harald Exp $
+/* $Id: softirq.h,v 1.8 1999/08/13 17:07:27 harald Exp $
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
@@ -30,7 +30,7 @@ extern unsigned int local_bh_count[NR_CPUS];
#define get_active_bhs() (bh_mask & bh_active)
-#if defined(CONFIG_CPU_R3000)
+#if !defined(CONFIG_CPU_HAS_LLSC)
#define clear_active_bhs(x) atomic_clear_mask((x),&bh_active)