]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
ARM: qcom: remove unnecessary boot_lock
authorRussell King <rmk+kernel@armlinux.org.uk>
Thu, 13 Dec 2018 12:54:26 +0000 (12:54 +0000)
committerRussell King <rmk+kernel@armlinux.org.uk>
Fri, 1 Feb 2019 21:59:15 +0000 (21:59 +0000)
commitd0e22329e1a51548bdeeae66bc35fe2dc1cabdf6
treef31641b39d3347bfccb554e11413bdaaf2c5d340
parentbfeffd155283772bbe78c6a05dec7c0128ee500c
ARM: qcom: remove unnecessary boot_lock

The boot_lock is something that was required for ARM development
platforms to ensure that the delay calibration worked properly.  This
is not necessary for modern platforms that have better bus bandwidth
and do not need to calibrate the delay loop for secondary cores.
Remove the boot_lock entirely.

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
arch/arm/mach-qcom/platsmp.c