summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91/kb920x_machdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm/at91/kb920x_machdep.c')
-rw-r--r--sys/arm/at91/kb920x_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/at91/kb920x_machdep.c b/sys/arm/at91/kb920x_machdep.c
index 2647e61..f58a327 100644
--- a/sys/arm/at91/kb920x_machdep.c
+++ b/sys/arm/at91/kb920x_machdep.c
@@ -449,7 +449,7 @@ initarm(void *arg, void *arg2)
undefined_handler_address = (u_int)undefinedinstruction_bounce;
undefined_init();
- proc_linkup(&proc0, &thread0);
+ proc_linkup0(&proc0, &thread0);
thread0.td_kstack = kernelstack.pv_va;
thread0.td_pcb = (struct pcb *)
(thread0.td_kstack + KSTACK_PAGES * PAGE_SIZE) - 1;
OpenPOWER on IntegriCloud