Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jan 2008 19:51:00 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 134315 for review
Message-ID:  <200801281951.m0SJp0FT016196@repoman.freebsd.org>

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

Change 134315 by imp@imp_lighthouse on 2008/01/28 19:49:58

	No need for this in the !SMP case.

Affected files ...

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

Differences ...

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

@@ -225,10 +225,6 @@
 	nop
 	jal	_C_LABEL(smp_init_secondary)
 	nop
-#else
-start_secondary:
-	b start_secondary
-	nop
 #endif
 
 VECTOR_END(_locore)



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