summaryrefslogtreecommitdiffstats
path: root/sys/arm/xscale/i8134x/crb_machdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm/xscale/i8134x/crb_machdep.c')
-rw-r--r--sys/arm/xscale/i8134x/crb_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/xscale/i8134x/crb_machdep.c b/sys/arm/xscale/i8134x/crb_machdep.c
index d29693f..0c6475a 100644
--- a/sys/arm/xscale/i8134x/crb_machdep.c
+++ b/sys/arm/xscale/i8134x/crb_machdep.c
@@ -409,7 +409,7 @@ initarm(void *arg, void *arg2)
#ifdef KSE
proc_linkup(&proc0, &ksegrp0, &thread0);
#else
- proc_linkup(&proc0, &thread0);
+ proc_linkup0(&proc0, &thread0);
#endif
thread0.td_kstack = kernelstack.pv_va;
thread0.td_pcb = (struct pcb *)
OpenPOWER on IntegriCloud