6 lines
81 B
Rust
6 lines
81 B
Rust
use device::local_apic::LOCAL_APIC;
|
|
|
|
interrupt!(ipi, {
|
|
LOCAL_APIC.eoi();
|
|
});
|