mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
remove debug messages
This commit is contained in:
parent
1ef4bd5f72
commit
ced8bc2cc9
1 changed files with 2 additions and 2 deletions
|
@ -870,7 +870,7 @@ int ipi_tlb_flush(void)
|
|||
if (!online[i])
|
||||
continue;
|
||||
|
||||
kprintf("Send IPI to %zd\n", i);
|
||||
//kprintf("Send IPI to %zd\n", i);
|
||||
wrmsr(0x830, (i << 32)|APIC_INT_ASSERT|APIC_DM_FIXED|112);
|
||||
}
|
||||
irq_nested_enable(flags);
|
||||
|
@ -888,7 +888,7 @@ int ipi_tlb_flush(void)
|
|||
if (!online[i])
|
||||
continue;
|
||||
|
||||
kprintf("Send IPI to %zd\n", i);
|
||||
//kprintf("Send IPI to %zd\n", i);
|
||||
set_ipi_dest(i);
|
||||
lapic_write(APIC_ICR1, APIC_INT_ASSERT|APIC_DM_FIXED|112);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue