Files
android_kernel_xiaomi_sm8450/arch/arm/kernel
Qais Yousef dddf3578e0 ARM: Don't use disable_nonboot_cpus()
disable_nonboot_cpus() is not safe to use when doing machine_down(),
because it relies on freeze_secondary_cpus() which in turn is
a suspend/resume related freeze and could abort if the logic detects any
pending activities that can prevent finishing the offlining process.

Beside disable_nonboot_cpus() is dependent on CONFIG_PM_SLEEP_SMP which
is an othogonal config to rely on to ensure this function works
correctly.

Signed-off-by: Qais Yousef <qais.yousef@arm.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Russell King <linux@armlinux.org.uk>
Link: https://lkml.kernel.org/r/20200323135110.30522-5-qais.yousef@arm.com
2020-03-25 12:59:32 +01:00
..
2008-08-12 19:54:09 +01:00
2020-02-11 12:56:26 +01:00
2020-02-11 12:56:27 +01:00
2020-01-07 13:31:20 +01:00
2019-10-10 14:55:24 -07:00
2020-03-25 12:59:32 +01:00