summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlmuHS <almuhs@github.com>2019-04-27 23:10:29 +0200
committerAlmuHS <almuhs@github.com>2019-04-27 23:10:29 +0200
commit34813fedc1596e41e65f9afcbd0afab7013ceb4b (patch)
tree002bca1f4e70de230c2afed62d118d8bba888954
parent2ee898da91760b5ee0a824dd6df4b90ed397d4cd (diff)
disabled call to slave_main()
-rw-r--r--i386/i386/mp_desc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/i386/mp_desc.c b/i386/i386/mp_desc.c
index a98a6a1f..7c7196ed 100644
--- a/i386/i386/mp_desc.c
+++ b/i386/i386/mp_desc.c
@@ -324,7 +324,7 @@ cpu_setup(){
break;
}
- slave_main(i);
+ //slave_main(i);
printf("launched first thread of cpu %d\n", i);