summaryrefslogtreecommitdiff
path: root/i386/i386/mp_desc.c
diff options
context:
space:
mode:
authorAlmuHS <almuhs@github.com>2019-04-21 16:25:13 +0200
committerAlmuHS <almuhs@github.com>2019-04-21 16:25:13 +0200
commit2bac1e55dab04d399360cf68340efd0722feb003 (patch)
tree1501e84d708e69081dd9f1e1b851a0935df1d016 /i386/i386/mp_desc.c
parent31b76bd6f9274dee0932e6118222437ac8b99b6c (diff)
removed call in start_other_cpus()
Diffstat (limited to 'i386/i386/mp_desc.c')
-rw-r--r--i386/i386/mp_desc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/i386/i386/mp_desc.c b/i386/i386/mp_desc.c
index 2cc11d5b..af8d745c 100644
--- a/i386/i386/mp_desc.c
+++ b/i386/i386/mp_desc.c
@@ -513,8 +513,6 @@ start_other_cpus(void)
cpu_start(cpu);
}
}
-
- interrupt_stack_alloc();
}
#endif /* NCPUS > 1 */