[PATCH 6/7] powerpc/eeh: Allow disabling recovery
Michael Ellerman
mpe at ellerman.id.au
Fri Feb 8 20:58:55 AEDT 2019
Oliver O'Halloran <oohall at gmail.com> writes:
> diff --git a/arch/powerpc/kernel/eeh.c b/arch/powerpc/kernel/eeh.c
> index d1f0bdf41fac..92809b137e39 100644
> --- a/arch/powerpc/kernel/eeh.c
> +++ b/arch/powerpc/kernel/eeh.c
> @@ -1810,7 +1817,11 @@ static int __init eeh_init_proc(void)
> &eeh_enable_dbgfs_ops);
> debugfs_create_u32("eeh_max_freezes", 0600,
> powerpc_debugfs_root, &eeh_max_freezes);
> + debugfs_create_bool("eeh_disable_recovery", 0600,
> + powerpc_debugfs_root,
> + &eeh_debugfs_no_recover);
> eeh_cache_debugfs_init();
> +#endif
There's that endif.
Whem I'm doing rebasing and think I might have broken bisectability I
build every commit with:
https://github.com/mpe/misc-scripts/blob/master/git/for-each-commit
cheers
More information about the Linuxppc-dev
mailing list