Update of /cvsroot/linux-mips/linux/arch/mips64/sgi-ip22
In directory usw-pr-cvs1:/tmp/cvs-serv20204/arch/mips64/sgi-ip22
Modified Files:
ip22-timer.c
Log Message:
Sync with OSS (except for sysmips, which is waiting to be tested first).
Index: ip22-timer.c
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips64/sgi-ip22/ip22-timer.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- ip22-timer.c 2001/06/22 02:29:32 1.1.1.1
+++ ip22-timer.c 2001/10/27 17:28:54 1.2
@@ -221,7 +221,7 @@
r4k_cur = (read_32bit_cp0_register(CP0_COUNT) + r4k_offset);
write_32bit_cp0_register(CP0_COMPARE, r4k_cur);
- set_cp0_status(ST0_IM, ALLINTS);
+ change_cp0_status(ST0_IM, ALLINTS);
sti();
write_lock_irq(&xtime_lock);
|