thermosphere: yikes

This commit is contained in:
TuxSH
2020-01-02 23:29:37 +00:00
parent aeca48503b
commit 5f83df2599
2 changed files with 38 additions and 21 deletions

View File

@@ -28,10 +28,10 @@
typedef struct IrqManager {
RecursiveSpinlock lock;
ArmGicV2 gic;
u16 numSharedInterrupts;
u8 priorityShift;
u8 numPriorityLevels;
u8 numCpuInterfaces;
u8 numSharedInterrupts;
u8 numListRegisters;
// Note: we don't store interrupt handlers since we will handle some SGI + uart interrupt(s)...
} IrqManager;