runtime/kloader: clear kernel-CPU mailbox on stop to avoid fake spurious messages

This commit is contained in:
Sebastien Bourdeauducq 2015-04-29 12:57:09 +08:00
parent 9ecbb4c88d
commit f60868f084
1 changed files with 1 additions and 0 deletions

View File

@ -102,4 +102,5 @@ void kloader_start_idle_kernel(void)
void kloader_stop_kernel(void)
{
kernel_cpu_reset_write(1);
mailbox_acknowledge();
}