mirror of
https://github.com/joel16/android_kernel_sony_msm8994_rework.git
synced 2025-01-13 07:25:20 +00:00

BUG: using smp_processor_id() in preemptible [00000001] code: opcontrol/427 Resolve this bug by ensuring that we're not using smp_processor_id() in a preemptable context (by disabling preemption.) Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>