mirror of
https://github.com/torvalds/linux.git
synced 2024-11-20 02:51:44 +00:00
88bbe85dcd
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: 41f4988cc2
("irqchip/bcm2836: Add SMP support for the 2836")
Tested-by: Eric Anholt <eric@anholt.net>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
11 lines
314 B
C
11 lines
314 B
C
/*
|
|
* Copyright (C) 2017 Stefan Wahren <stefan.wahren@i2se.com>
|
|
*
|
|
* This program is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU General Public License as
|
|
* published by the Free Software Foundation version 2.
|
|
*
|
|
*/
|
|
|
|
extern const struct smp_operations bcm2836_smp_ops;
|