svn commit: r204282 - stable/8/sys/powerpc/booke

Rafal Jaworowski raj at FreeBSD.org
Wed Feb 24 20:20:03 UTC 2010


Author: raj
Date: Wed Feb 24 20:20:02 2010
New Revision: 204282
URL: http://svn.freebsd.org/changeset/base/204282

Log:
  MFC r203924:
  
  Call the proper linkup routine in PowerPC Book-E machdep.
  
  Submitted by:	attilio

Modified:
  stable/8/sys/powerpc/booke/machdep.c
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/netinet/   (props changed)

Modified: stable/8/sys/powerpc/booke/machdep.c
==============================================================================
--- stable/8/sys/powerpc/booke/machdep.c	Wed Feb 24 20:13:34 2010	(r204281)
+++ stable/8/sys/powerpc/booke/machdep.c	Wed Feb 24 20:20:02 2010	(r204282)
@@ -384,7 +384,7 @@ e500_init(u_int32_t startkernel, u_int32
 	init_param1();
 
 	/* Start initializing proc0 and thread0. */
-	proc_linkup(&proc0, &thread0);
+	proc_linkup0(&proc0, &thread0);
 	thread0.td_frame = &frame0;
 
 	/* Set up per-cpu data and store the pointer in SPR general 0. */


More information about the svn-src-all mailing list