mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 02:03:31 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=203924
@ -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…
Reference in New Issue
Block a user