svn commit: r209269 - stable/8/sys/sparc64/sparc64

Marius Strobl marius at FreeBSD.org
Thu Jun 17 20:10:40 UTC 2010


Author: marius
Date: Thu Jun 17 20:10:39 2010
New Revision: 209269
URL: http://svn.freebsd.org/changeset/base/209269

Log:
  MFC: r209138
  
  Update a branch missed in r207537 (committed to stable/8 in r207890).

Modified:
  stable/8/sys/sparc64/sparc64/mp_locore.S
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)
  stable/8/sys/geom/sched/   (props changed)

Modified: stable/8/sys/sparc64/sparc64/mp_locore.S
==============================================================================
--- stable/8/sys/sparc64/sparc64/mp_locore.S	Thu Jun 17 19:48:03 2010	(r209268)
+++ stable/8/sys/sparc64/sparc64/mp_locore.S	Thu Jun 17 20:10:39 2010	(r209269)
@@ -207,7 +207,7 @@ ENTRY(mp_startup)
 	bl	%icc, 2f
 	 nop
 	cmp	%l1, CPU_IMPL_ULTRASPARCIII
-	bl	%icc, 3f
+	bl	%icc, 4f
 	 nop
 2:	mov	CPU_STICKSYNC, %l2
 	membar	#StoreLoad


More information about the svn-src-all mailing list