mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-27 13:14:15 -04:00
Cleanup TODOs, implement bootconfig SCR_EL3 bit setting
This commit is contained in:
parent
bf63a077b1
commit
102fb5004f
7 changed files with 26 additions and 8 deletions
|
@ -47,7 +47,7 @@ static inline uintptr_t get_gicc_base(void) {
|
|||
/* To be called by FIQ handler. */
|
||||
void handle_registered_interrupt(void);
|
||||
|
||||
/* Initializes the GIC. TODO: This must be called during wakeup. */
|
||||
/* Initializes the GIC. This must be called during wakeup. */
|
||||
void intr_initialize_gic(void);
|
||||
void intr_initialize_gic_nonsecure(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue