cpu/hotplug: Remove skip_onerr field from cpuhp_step structure
authorMukesh Ojha <mojha@codeaurora.org>
Tue, 28 Aug 2018 06:54:54 +0000 (12:24 +0530)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 31 Aug 2018 12:13:03 +0000 (14:13 +0200)
commit6fb86d97207880c1286cd4cb3a7e6a598afbc727
treed06ab3fbcb4e4989afe7dd3adf7c779a5072f237
parent5b394b2ddf0347bef56e50c69a58773c94343ff3
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
kernel/cpu.c