summaryrefslogtreecommitdiff
path: root/i386/i386/mp_desc.c
diff options
context:
space:
mode:
authorAlmuHS <almuhs@github.com>2019-04-21 18:36:10 +0200
committerAlmuHS <almuhs@github.com>2019-04-21 18:36:10 +0200
commit57756f1a94f21a67047c0194d666c49851b646dc (patch)
tree88c2f06329659eb870e23a5166551678a21be22e /i386/i386/mp_desc.c
parentea4dd0d167d680ba65c74ae14b966701d56110d6 (diff)
try to call interrupt_stack_alloc
Diffstat (limited to 'i386/i386/mp_desc.c')
-rw-r--r--i386/i386/mp_desc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/i386/i386/mp_desc.c b/i386/i386/mp_desc.c
index af8d745c..01779787 100644
--- a/i386/i386/mp_desc.c
+++ b/i386/i386/mp_desc.c
@@ -324,7 +324,6 @@ cpu_setup(){
break;
}
- //cpu_up(i);
//printf("cpu %d enabled\n", cpu_number());
return 0;