]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb695cccc68cab2e650d749fbf2ed8391d111da19
treea01474a5374092e6c3e47880ce85038fc1ea6bd1
parentc26fc910260ff49126918accee879a3d808b6157
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