mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-26 16:30:17 +00:00
chickens: Enable IRQs on t600x
This seems to be safe to do on M1 too. Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
0c093521de
commit
4e4335a6ea
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@ void init_common(void)
|
|||
// Unknown, related to SMP?
|
||||
msr(s3_4_c15_c5_0, core);
|
||||
msr(SYS_IMP_APL_AMX_CTL_EL1, 0x100);
|
||||
|
||||
// Enable IRQs (at least necessary on t600x)
|
||||
msr(s3_4_c15_c10_4, 0);
|
||||
|
||||
sysop("isb");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue