mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-29 04:13:24 +00:00
Add the inter-processor-call facilities
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
63364813a8
commit
425027677b
@ -238,7 +238,6 @@ impl From<u32> for ApicId {
|
||||
/// in the system excluding the sender.
|
||||
#[repr(u64)]
|
||||
pub enum DestinationShorthand {
|
||||
#[allow(dead_code)]
|
||||
NoShorthand = 0b00,
|
||||
#[allow(dead_code)]
|
||||
MySelf = 0b01,
|
||||
@ -278,7 +277,6 @@ pub enum DestinationMode {
|
||||
#[repr(u64)]
|
||||
pub enum DeliveryMode {
|
||||
/// Delivers the interrupt specified in the vector field to the target processor or processors.
|
||||
#[allow(dead_code)]
|
||||
Fixed = 0b000,
|
||||
/// Same as fixed mode, except that the interrupt is delivered to the processor executing at
|
||||
/// the lowest priority among the set of processors specified in the destination field. The
|
||||
|
Reference in New Issue
Block a user