summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-02-23 01:33:55 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-02-23 01:33:55 +0000
commitc5f4b902ad3327932b101405ddf470644fc580b3 (patch)
tree318f5023e5b2e511ef868ddf6e3b42a15352fd58 /arch/mips/kernel
parent529c593ece216e4aaffd36bd940cb94f1fa63129 (diff)
Compilation fixes for 32-bit Indy kernel.
Diffstat (limited to 'arch/mips/kernel')
-rw-r--r--arch/mips/kernel/scall_o32.S10
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/mips/kernel/scall_o32.S b/arch/mips/kernel/scall_o32.S
index 94931af0d..cb81afa07 100644
--- a/arch/mips/kernel/scall_o32.S
+++ b/arch/mips/kernel/scall_o32.S
@@ -1,4 +1,4 @@
-/* $Id: scall_o32.S,v 1.9 2000/01/29 01:41:59 ralf Exp $
+/* $Id: scall_o32.S,v 1.10 2000/02/23 00:41:00 ralf 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
@@ -66,10 +66,10 @@ stack_done:
1: sw v0, PT_R2(sp) # result
EXPORT(o32_ret_from_sys_call)
- lw t0,bh_mask
- lw t1,bh_active # unused delay slot
- and t0,t1
- bnez t0,o32_handle_bottom_half
+ lw t0, softirq_state
+ lw t1, softirq_state+4 # unused delay slot
+ and t0, t1
+ bnez t0, o32_handle_softirq
9: lw t0,PT_STATUS(sp) # returning to kernel mode?
andi t1, t0, KU_USER