diff options
author | Mukesh Ojha <mojha@codeaurora.org> | 2018-08-28 12:24:54 +0530 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2018-08-31 14:13:03 +0200 |
commit | 6fb86d97207880c1286cd4cb3a7e6a598afbc727 (patch) | |
tree | d06ab3fbcb4e4989afe7dd3adf7c779a5072f237 /arch/x86/kernel/kgdb.c | |
parent | 5b394b2ddf0347bef56e50c69a58773c94343ff3 (diff) | |
download | linux-6fb86d97207880c1286cd4cb3a7e6a598afbc727.tar.gz |
cpu/hotplug: Remove skip_onerr field from cpuhp_step structure
When notifiers were there, `skip_onerr` was used to avoid calling
particular step startup/teardown callbacks in the CPU up/down rollback
path, which made the hotplug asymmetric.
As notifiers are gone now after the full state machine conversion, the
`skip_onerr` field is no longer required.
Remove it from the structure and its usage.
Signed-off-by: Mukesh Ojha <mojha@codeaurora.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/1535439294-31426-1-git-send-email-mojha@codeaurora.org
Diffstat (limited to 'arch/x86/kernel/kgdb.c')
0 files changed, 0 insertions, 0 deletions