Author: raj
Date: Mon Feb 15 14:38:30 2010
New Revision: 203924
URL: http://svn.freebsd.org/changeset/base/203924
Log:
Call the proper linkup routine in PowerPC Book-E machdep.
Submitted by: attilio
MFC after: 1 week
Modified:
head/sys/powerpc/booke/machdep.c
Modified: head/sys/powerpc/booke/machdep.c
==============================================================================
--- head/sys/powerpc/booke/machdep.c Mon Feb 15 14:32:00 2010
(r203923)
+++ head/sys/powerpc/booke/machdep.c Mon Feb 15 14:38:30 2010
(r203924)
@@ -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. */
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"