summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlmuHS <almuhs@github.com>2019-07-08 21:50:40 +0200
committerAlmuHS <almuhs@github.com>2019-07-08 21:50:40 +0200
commit4bf8b6de2da14fcae78dce8181b8aa92d5723a44 (patch)
tree945bdb795d1e815596b0b7a7201d6ff48ad3f23d
parent135cbf9a3e541a7a1a1b7a364d240dda6992dd33 (diff)
refactor: removed cpu_number() useless call
-rw-r--r--i386/i386/mp_desc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/i386/i386/mp_desc.c b/i386/i386/mp_desc.c
index 3262b24e..04ee9b0c 100644
--- a/i386/i386/mp_desc.c
+++ b/i386/i386/mp_desc.c
@@ -361,9 +361,6 @@ cpu_setup()
//kmutex_unlock(&ap_config_lock);
- kernel_id = cpu_number();
- printf("cpu %d enabled\n", kernel_id);
-
return 0;
}