summaryrefslogtreecommitdiff
path: root/arch/arm/mach-bcm/bcm63xx_smp.h
diff options
context:
space:
mode:
authorFlorian Fainelli <f.fainelli@gmail.com>2015-07-08 04:17:01 +0300
committerFlorian Fainelli <f.fainelli@gmail.com>2015-07-12 04:33:51 +0300
commitffb910d7b84f21ef6caeed041032a0af8d2e00ed (patch)
tree83d68aa2f19b6e936a4d0fa13d8a2b3b751b000d /arch/arm/mach-bcm/bcm63xx_smp.h
parenta6b4b25bd15c0a490769422a7eee355e9e91a57b (diff)
downloadlinux-ffb910d7b84f21ef6caeed041032a0af8d2e00ed.tar.xz
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>
Diffstat (limited to 'arch/arm/mach-bcm/bcm63xx_smp.h')
-rw-r--r--arch/arm/mach-bcm/bcm63xx_smp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-bcm/bcm63xx_smp.h b/arch/arm/mach-bcm/bcm63xx_smp.h
index 50b76044536e..9c6d50e2b111 100644
--- a/arch/arm/mach-bcm/bcm63xx_smp.h
+++ b/arch/arm/mach-bcm/bcm63xx_smp.h
@@ -3,7 +3,6 @@
struct device_node;
-extern void bcm63138_secondary_startup(void);
extern int bcm63xx_pmb_power_on_cpu(struct device_node *dn);
#endif /* __BCM63XX_SMP_H */