We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baac36e commit 07f028cCopy full SHA for 07f028c
modules/axhal/src/platform/x86_pc/apic.rs
@@ -14,7 +14,7 @@ pub(super) mod vectors {
14
pub const APIC_TIMER_VECTOR: u8 = 0xf0;
15
pub const APIC_SPURIOUS_VECTOR: u8 = 0xf1;
16
pub const APIC_ERROR_VECTOR: u8 = 0xf2;
17
- pub const APIC_IPI_VECTOR: u8 = 0xf2;
+ pub const APIC_IPI_VECTOR: u8 = 0xf3;
18
}
19
20
/// The maximum number of IRQs.
0 commit comments