[Skiboot] [PATCH v3 01/29] fast-reboot: restore SMT priority on spin loop exit
Nicholas Piggin
npiggin at gmail.com
Wed Nov 29 16:36:39 AEDT 2017
Signed-off-by: Nicholas Piggin <npiggin at gmail.com>
---
core/fast-reboot.c | 1 +
1 file changed, 1 insertion(+)
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");
--
2.15.0
More information about the Skiboot
mailing list