thermosphere: add esr_el2 to exception frame

This commit is contained in:
TuxSH
2020-01-22 21:08:52 +00:00
parent 7bf92888a4
commit b545295f32
6 changed files with 39 additions and 34 deletions

View File

@@ -55,7 +55,6 @@ void initIrq(void);
void configureInterrupt(u16 id, u8 prio, bool isLevelSensitive);
bool irqIsGuest(u16 id);
void irqSetAffinity(u16 id, u8 affinityMask);
void handleIrqException(ExceptionStackFrame *frame, bool isLowerEl, bool isA32);
static inline void generateSgiForAllOthers(ThermosphereSgi id)
{