Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Dec 2007 20:34:49 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 132121 for review
Message-ID:  <200712302034.lBUKYniw053103@repoman.freebsd.org>

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

Change 132121 by imp@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)



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