aboutsummaryrefslogtreecommitdiff
path: root/core/fast-reboot.c
diff options
context:
space:
mode:
authorNicholas Piggin <npiggin@gmail.com>2017-11-29 15:36:39 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-12-03 21:49:12 -0600
commitec82b3ea49a00447c845b486ba6709caa8364809 (patch)
tree6ba0cf5dba9e6d1defc3e1c425ee5d5d8cf9ed67 /core/fast-reboot.c
parent535d86ee98935793c0a03eb0ced6b206ce04825c (diff)
downloadskiboot-ec82b3ea49a00447c845b486ba6709caa8364809.zip
skiboot-ec82b3ea49a00447c845b486ba6709caa8364809.tar.gz
skiboot-ec82b3ea49a00447c845b486ba6709caa8364809.tar.bz2
fast-reboot: restore SMT priority on spin loop exit
Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'core/fast-reboot.c')
-rw-r--r--core/fast-reboot.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/fast-reboot.c b/core/fast-reboot.c
index 8af5c59..f63a645 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");