thermosphere: fix multiple bugs

This commit is contained in:
TuxSH
2019-12-23 20:12:02 +00:00
parent c17b81aaf6
commit e3b6d64f1b
7 changed files with 27 additions and 9 deletions

View File

@@ -27,6 +27,7 @@
typedef struct IrqManager {
RecursiveSpinlock lock;
ArmGicV2 gic;
u8 priorityShift;
u8 numPriorityLevels;
u8 numCpuInterfaces;
u8 numSharedInterrupts;