mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:27:45 +00:00
Interrupts: Add an interface to determine if SMP is enabled
This commit is contained in:
parent
e880fe0765
commit
a0a7204915
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,8 @@ public:
|
|||
|
||||
virtual void switch_to_pic_mode();
|
||||
virtual void switch_to_ioapic_mode();
|
||||
|
||||
bool smp_enabled() const { return m_smp_enabled; }
|
||||
RefPtr<IRQController> get_responsible_irq_controller(u8 interrupt_vector);
|
||||
|
||||
Vector<RefPtr<ISAInterruptOverrideMetadata>> isa_overrides();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue