Call the proper linkup routine in PowerPC Book-E machdep.
Submitted by: attilio MFC after: 1 week
This commit is contained in:
parent
f6a71b56a1
commit
e95b7f61b9
@ -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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user