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

Submitted by:	attilio
MFC after:	1 week
This commit is contained in:
Rafal Jaworowski 2010-02-15 14:38:30 +00:00
parent f6a71b56a1
commit e95b7f61b9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=203924

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. */