OSDN Git Service

ARM: omap2: 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, 14 Dec 2018 14:44:59 +0000 (14:44 +0000)
commit07a496de4c7eb0b1e80ab53f9d6465ea55ac1bd7
treea01474a5374092e6c3e47880ce85038fc1ea6bd1
parentd9b778e7bf2d37251d7ce365b39ebe86332c7a10
ARM: omap2: 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.

Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
arch/arm/mach-omap2/omap-smp.c