aboutsummaryrefslogtreecommitdiff
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.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/arm/at91/kb920x_machdep.c b/sys/arm/at91/kb920x_machdep.c
index 9bff88845a39..7cb5af508730 100644
--- a/sys/arm/at91/kb920x_machdep.c
+++ b/sys/arm/at91/kb920x_machdep.c
@@ -455,11 +455,7 @@ initarm(void *arg, void *arg2)
undefined_handler_address = (u_int)undefinedinstruction_bounce;
undefined_init();
-#ifdef KSE
- proc_linkup(&proc0, &ksegrp0, &thread0);
-#else
proc_linkup(&proc0, &thread0);
-#endif
thread0.td_kstack = kernelstack.pv_va;
thread0.td_pcb = (struct pcb *)
(thread0.td_kstack + KSTACK_PAGES * PAGE_SIZE) - 1;