PERFORCE change 132121 for review

Warner Losh imp at FreeBSD.org
Sun Dec 30 12:34:49 PST 2007


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

Change 132121 by imp at imp_paco-paco on 2007/12/30 20:34:11

	Remove, for the moment, the XLR thread disabling.  We don't
	have the defines for that.
	
	Chances are good we'll have to pull in a lot from the mips2 version
	of these files.

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/mips/locore.S#3 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/mips/mips/locore.S#3 (text+ko) ====

@@ -113,10 +113,12 @@
 	/* calculate linear cpuid */
 	sll     t0, a1, 2
 	addu    a2, t0, a0
+#if 0	/* XXX: this is for the xlr mips CPU */
 /* Initially, disable all hardware threads on each core except thread0 */
 	li	t1, VCPU_ID_0
 	li	t2, XLR_THREAD_ENABLE_IND
 	mtcr	t1, t2
+#endif
 
 #ifdef SMP
 	la	t0, _C_LABEL(__pcpu)


More information about the p4-projects mailing list