[Skiboot] [PATCH] fast-reboot: enable by default for POWER9
Stewart Smith
stewart at linux.vnet.ibm.com
Wed Feb 28 11:49:44 AEDT 2018
Signed-off-by: Stewart Smith <stewart at linux.vnet.ibm.com>
---
core/fast-reboot.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/core/fast-reboot.c b/core/fast-reboot.c
index 382e781aea86..0fe16cc13048 100644
--- a/core/fast-reboot.c
+++ b/core/fast-reboot.c
@@ -75,11 +75,6 @@ void fast_reboot(void)
struct cpu_thread *cpu;
static int fast_reboot_count = 0;
- if (proc_gen == proc_gen_p9) {
- if (!nvram_query_eq("experimental-fast-reset","feeling-lucky"))
- return;
- }
-
if (!chip_quirk(QUIRK_MAMBO_CALLOUTS) &&
(proc_gen != proc_gen_p8 && proc_gen != proc_gen_p9)) {
prlog(PR_DEBUG,
--
2.14.3
More information about the Skiboot
mailing list