aboutsummaryrefslogtreecommitdiff
path: root/core/fast-reboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/fast-reboot.c')
-rw-r--r--core/fast-reboot.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/fast-reboot.c b/core/fast-reboot.c
index eb1b348..d3cc8cf 100644
--- a/core/fast-reboot.c
+++ b/core/fast-reboot.c
@@ -362,6 +362,8 @@ void __noreturn fast_reboot_entry(void)
}
sync();
cleanup_cpu_state();
+ enable_machine_check();
+
__secondary_cpu_entry();
}