summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlmuHS <almuhs@github.com>2019-06-27 00:25:45 +0200
committerAlmuHS <almuhs@github.com>2019-06-27 00:25:45 +0200
commitb8596e4106f8b710cf8208322e4bfc2d36d03829 (patch)
treee9bbb006dd019bc3538fcaa250af106a9bdfa28d
parent91aa9b88017cde81c07d2de2984a28d7ede5f0e6 (diff)
fix: removed debug traces
-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 5b1e56c8..c9c1e372 100644
--- a/i386/i386/mp_desc.c
+++ b/i386/i386/mp_desc.c
@@ -303,8 +303,6 @@ cpu_setup()
/* assume Pentium 4, Xeon, or later processors */
//unsigned apic_id = (((ApicLocalUnit*)phystokv(lapic_addr))->apic_id.r >> 24) & 0xff;
unsigned apic_id = lapic->apic_id.r;
- //unsigned apic_id = 1 >> 24;
- printf("apic id: %d\n", apic_id);
/* panic? */
if(i >= ncpu)