summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlmuHS <almuhs@github.com>2019-10-04 18:30:44 +0200
committerAlmuHS <almuhs@github.com>2019-10-04 18:30:44 +0200
commit7acef0a3e24d15666fe066c36c4162e28c4a3541 (patch)
treeab927e861eda9c3eaaab5efbc24f79a92689fa6c
parent75f7f310880cf64bb6570c7f4d39605eb6417626 (diff)
fix: removed interrupt_stack_alloc() call in i386at_init(). Solved error in ncpu = 1
-rw-r--r--i386/i386at/model_dep.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/i386/i386at/model_dep.c b/i386/i386at/model_dep.c
index e47ef317..1cadbb2d 100644
--- a/i386/i386at/model_dep.c
+++ b/i386/i386at/model_dep.c
@@ -526,7 +526,6 @@ i386at_init(void)
#endif /* MACH_HYP */
ldt_init();
ktss_init();
- interrupt_stack_alloc();
mp_desc_init(master_cpu);