commit | 88bbe85dcd37aa2662c1a83962c15009fc12503e | [log] [tgz] |
---|---|---|
author | Stefan Wahren <stefan.wahren@i2se.com> | Sun Aug 06 17:52:02 2017 +0200 |
committer | Florian Fainelli <f.fainelli@gmail.com> | Mon Sep 25 11:52:26 2017 -0700 |
tree | fd805241038275a14c8050d26e3201e8ed7c73be | |
parent | 1d66af81905a4e2f3d03913f5449a8e9b5d3facd [diff] |
irqchip: bcm2836: Move SMP startup code to arch/arm (v2) In order to easily provide SMP for BCM2837 on 32-bit and 64-bit the SMP startup code was placed in irq-bcm2836. That's not the right approach. So move this code where it belongs. Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> Fixes: 41f4988cc287 ("irqchip/bcm2836: Add SMP support for the 2836") Tested-by: Eric Anholt <eric@anholt.net> Acked-by: Marc Zyngier <marc.zyngier@arm.com>