MFC r203924:

Call the proper linkup routine in PowerPC Book-E machdep.

Submitted by:	attilio
This commit is contained in:
Rafal Jaworowski 2010-02-24 20:20:02 +00:00
parent bb2f41f9a4
commit 0bd1aed098
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/stable/8/; revision=204282

View File

@ -384,7 +384,7 @@ e500_init(u_int32_t startkernel, u_int32_t endkernel, void *mdp)
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. */