ARM: BCM63xx: Remove custom secondary_startup function
authorFlorian Fainelli <f.fainelli@gmail.com>
Wed, 8 Jul 2015 01:17:01 +0000 (18:17 -0700)
committerFlorian Fainelli <f.fainelli@gmail.com>
Sun, 12 Jul 2015 01:33:51 +0000 (18:33 -0700)
commitffb910d7b84f21ef6caeed041032a0af8d2e00ed
tree83d68aa2f19b6e936a4d0fa13d8a2b3b751b000d
parenta6b4b25bd15c0a490769422a7eee355e9e91a57b
ARM: BCM63xx: Remove custom secondary_startup function

With commit 02b4e2756e01c623cc4dbceae4b07be75252db5b ("ARM: v7 setup
function should invalidate L1 cache"), the default secondary_startup
function for ARMv7 CPUs does invalidate the L1 cache, which was the sole
reason why BCM63xx had to have its own secondary_startup implementation.

Now that the secondary_startup takes care of this, we can completely
remove that code.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
arch/arm/mach-bcm/Makefile
arch/arm/mach-bcm/bcm63xx_headsmp.S [deleted file]
arch/arm/mach-bcm/bcm63xx_smp.c
arch/arm/mach-bcm/bcm63xx_smp.h