[Skiboot] [PATCH] fast-reboot: enable by default for POWER9
Michael Neuling
mikey at neuling.org
Wed Feb 28 17:28:11 AEDT 2018
On Wed, 2018-02-28 at 11:49 +1100, Stewart Smith wrote:
> Signed-off-by: Stewart Smith <stewart at linux.vnet.ibm.com>
Wheeee!
Acked-By: Michael Neuling <mikey at neuling.org>
> 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,
More information about the Skiboot
mailing list