diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2015-07-08 03:17:01 +0200 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2015-07-12 03:33:51 +0200 |
commit | ffb910d7b84f21ef6caeed041032a0af8d2e00ed (patch) | |
tree | 83d68aa2f19b6e936a4d0fa13d8a2b3b751b000d /arch/arm/mach-bcm/bcm63xx_smp.h | |
parent | ARM: BCM63xx: fix parameter to of_get_cpu_node in bcm63138_smp_boot_secondary (diff) | |
download | linux-ffb910d7b84f21ef6caeed041032a0af8d2e00ed.tar.xz linux-ffb910d7b84f21ef6caeed041032a0af8d2e00ed.zip |
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.h | 1 |
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 */ |