[PATCH 0/4] Remove WARN_ON in save_processor_state

Song Shuai posted 4 patches 2 years, 8 months ago
There is a newer version of this series
arch/arm/kernel/hibernate.c    | 1 -
arch/arm64/kernel/hibernate.c  | 1 -
arch/riscv/kernel/hibernate.c  | 1 -
arch/xtensa/kernel/hibernate.c | 1 -
4 files changed, 4 deletions(-)
[PATCH 0/4] Remove WARN_ON in save_processor_state
Posted by Song Shuai 2 years, 8 months ago
During hibernation or restoration, freeze_secondary_cpus
checks num_online_cpus via BUG_ON, and the subsequent
save_processor_state also does the checking with WARN_ON.

So remove the unnecessary checking in save_processor_state
for ARM,arm64,riscv,xtensa architechtures.


Song Shuai (4):
  ARM: hibernate: remove WARN_ON in save_processor_state
  arm64: hibernate: remove WARN_ON in save_processor_state
  riscv: hibernate: remove WARN_ON in save_processor_state
  xtensa: hibernate: remove WARN_ON in save_processor_state

 arch/arm/kernel/hibernate.c    | 1 -
 arch/arm64/kernel/hibernate.c  | 1 -
 arch/riscv/kernel/hibernate.c  | 1 -
 arch/xtensa/kernel/hibernate.c | 1 -
 4 files changed, 4 deletions(-)

-- 
2.20.1