Skip to content

Commit

Permalink
Merge branch 'vmm_ipi' of github.com:arceos-hypervisor/arceos into vm…
Browse files Browse the repository at this point in the history
…m_ipi
  • Loading branch information
hky1999 committed Dec 18, 2024
2 parents ba5644f + 07f028c commit b768000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/axhal/src/platform/x86_pc/apic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub(super) mod vectors {
pub const APIC_TIMER_VECTOR: u8 = 0xf0;
pub const APIC_SPURIOUS_VECTOR: u8 = 0xf1;
pub const APIC_ERROR_VECTOR: u8 = 0xf2;
pub const APIC_IPI_VECTOR: u8 = 0xf2;
pub const APIC_IPI_VECTOR: u8 = 0xf3;
}

/// The maximum number of IRQs.
Expand Down

0 comments on commit b768000

Please sign in to comment.