PERFORCE change 29995 for review

Juli Mallett jmallett at FreeBSD.org
Mon Apr 28 16:08:04 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=29995

Change 29995 by jmallett at jmallett_dalek on 2003/04/28 16:07:25

	Missed some ifXXX that we need.

Affected files ...

.. //depot/projects/mips/sys/mips/mips/locore_mips3.S#5 edit

Differences ...

==== //depot/projects/mips/sys/mips/mips/locore_mips3.S#5 (text+ko) ====

@@ -434,17 +434,21 @@
 	nop
 	jal	_C_LABEL(sched_lock_idle)	# acquire sched_lock
 	nop
+#if XXX
 	la	ra, cpu_switch_queuescan
 	j	ra
 	nop
+#endif
 #else
 	mtc0	zero, MIPS_COP_0_STATUS		# disable all interrupts
 	COP0_SYNC
 	nop
 	nop
 	nop
+#if XXX
 	la	ra, cpu_switch_queuescan
 	j	ra
 	nop
 #endif
+#endif
 END(mips_maybewait_idle)


More information about the p4-projects mailing list