Sync with BSuSP
This commit is contained in:
@ -1,4 +1,7 @@
|
||||
SVREntry svrEntry{};
|
||||
svrEntry.vector = InterruptVector::SPURIOUS;
|
||||
svrEntry.isSWEnabled = true; // Keep the APIC software enabled
|
||||
writeSVR(svrEntry);
|
||||
// Excerpt from the initialize function
|
||||
void LocalApic::initialize() {
|
||||
SVREntry svrEntry{};
|
||||
svrEntry.vector = InterruptVector::SPURIOUS;
|
||||
svrEntry.isSWEnabled = true; // Keep the APIC software enabled
|
||||
writeSVR(svrEntry);
|
||||
}
|
||||
Reference in New Issue
Block a user