mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-02 15:49:48 -04:00
Fix flow controller set functions
This commit is contained in:
parent
3f627798e7
commit
88c4dfd444
3 changed files with 6 additions and 5 deletions
|
@ -172,7 +172,7 @@ uint32_t cpu_suspend(uint64_t power_state, uint64_t entrypoint, uint64_t argumen
|
|||
FLOW_CTLR_HALT_COP_EVENTS_0 = 0;
|
||||
/* Prepare the current core for sleep. */
|
||||
flow_set_cc4_ctrl(current_core, 0);
|
||||
flow_set_halt_events(current_core, 0);
|
||||
flow_set_halt_events(current_core, false);
|
||||
FLOW_CTLR_L2FLUSH_CONTROL_0 = 0;
|
||||
flow_set_csr(current_core, 2);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue