Files
android_kernel_xiaomi_sm8450/arch/xtensa/kernel
Max Filippov 32a7726c4f xtensa: SMP: fix secondary CPU initialization
- add missing memory barriers to the secondary CPU synchronization spin
  loops; add comment to the matching memory barrier in the boot_secondary
  and __cpu_die functions;
- use READ_ONCE/WRITE_ONCE to access cpu_start_id/cpu_start_ccount
  instead of reading/writing them directly;
- re-initialize cpu_running every time before starting secondary CPU to
  flush possible previous CPU startup results.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
2019-01-26 02:02:13 -08:00
..
2018-12-04 14:08:23 -08:00
2018-08-20 12:28:05 -07:00
2018-12-20 14:44:38 -08:00
2018-10-31 08:54:16 -07:00
2016-12-25 10:47:44 +01:00
2018-12-17 13:48:22 -08:00
2018-12-17 13:50:25 -08:00
2019-01-24 16:01:07 -08:00