Index: sys/powerpc/booke/machdep.c =================================================================== --- sys/powerpc/booke/machdep.c (revision 203837) +++ sys/powerpc/booke/machdep.c (working copy) @@ -384,7 +384,7 @@ 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. */