diff mbox series

[01/18] fast-reboot: restore SMT priority on spin loop exit

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

Commit Message

Nicholas Piggin Nov. 19, 2017, 9:14 a.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 8af5c590..f63a6454 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");