Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Apr 2003 16:08:00 -0700 (PDT)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 29995 for review
Message-ID:  <200304282308.h3SN80mE076667@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=29995

Change 29995 by jmallett@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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304282308.h3SN80mE076667>