import G965FXXU7DTAA OSRC

*First release for Android (Q).

Signed-off-by: FAROVITUS <farovitus@gmail.com>
This commit is contained in:
FAROVITUS 2020-02-04 13:44:48 +02:00
parent 856452b4f2
commit 2b92eefa41
7696 changed files with 3763754 additions and 92661 deletions

View file

@ -218,6 +218,15 @@ static int multi_cpu_stop(void *data)
*/
touch_nmi_watchdog();
}
#ifdef CONFIG_ARM64
if (msdata->state == curstate)
wfe();
else {
dsb(sy);
sev();
}
#endif
} while (curstate != MULTI_STOP_EXIT);
local_irq_restore(flags);