powerpc/eeh: Allow disabling recovery
Currently when we detect an error we automatically invoke the EEH recovery handler. This can be annoying when debugging EEH problems, or when working on EEH itself so this patch adds a debugfs knob that will prevent a recovery event from being queued up when an issue is detected. Signed-off-by: Oliver O'Halloran <oohall@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
committed by
Michael Ellerman
parent
67060cb1ff
commit
6b493f6079
@@ -220,6 +220,7 @@ struct eeh_ops {
|
||||
|
||||
extern int eeh_subsystem_flags;
|
||||
extern u32 eeh_max_freezes;
|
||||
extern bool eeh_debugfs_no_recover;
|
||||
extern struct eeh_ops *eeh_ops;
|
||||
extern raw_spinlock_t confirm_error_lock;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user