diff mbox series

[v2,01/25] fast-reboot: restore SMT priority on spin loop exit

Message ID 20171124140834.7099-2-npiggin@gmail.com
State Superseded
Headers show
Series move direct controls out of fast-reboot, generalize them, add quiescing | expand

Commit Message

Nicholas Piggin Nov. 24, 2017, 2:08 p.m. UTC
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
---
 core/fast-reboot.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/core/fast-reboot.c b/core/fast-reboot.c
index 8af5c590a..f63a6454b 100644
--- a/core/fast-reboot.c
+++ b/core/fast-reboot.c
@@ -535,6 +535,7 @@  void __noreturn fast_reboot_entry(void)
 			smt_lowest();
 			sync();
 		}
+		smt_medium();
 	}
 
 	prlog(PR_DEBUG, "RESET: Releasing special wakeups...\n");