commit | ae40e6954f4b66f640215fc6fb37082f2b2f470c | [log] [tgz] |
---|---|---|
author | Andrew F. Davis <afd@ti.com> | Mon Jun 25 12:36:25 2018 -0500 |
committer | Andrew F. Davis <afd@ti.com> | Fri Jun 29 16:49:21 2018 -0500 |
tree | 7e1cc9d1dfff0d875be85fdf3ef627abe43a1949 | |
parent | 34d8b689afe67d8841d459715f5bd9504e5c9a15 [diff] |
ti: k3: common: Enable interrupts before entering standby state To wake a core from wfi interrupts must be enabled, in some cases they may not be and so we can lock up here. Unconditionally enable interrupts before wfi and then restore interrupt state. Signed-off-by: Andrew F. Davis <afd@ti.com>