Blackfin: SMP: fix hotplug building after irq header shuffle
Signed-off-by: Graf Yang <graf.yang@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
0c21e3aaf6
commit
1a314ad4b0
1 changed files with 2 additions and 0 deletions
|
@ -6,7 +6,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <asm/blackfin.h>
|
#include <asm/blackfin.h>
|
||||||
|
#include <asm/irq.h>
|
||||||
#include <asm/smp.h>
|
#include <asm/smp.h>
|
||||||
|
|
||||||
#define SIC_SYSIRQ(irq) (irq - (IRQ_CORETMR + 1))
|
#define SIC_SYSIRQ(irq) (irq - (IRQ_CORETMR + 1))
|
||||||
|
|
||||||
int hotplug_coreb;
|
int hotplug_coreb;
|
||||||
|
|
Loading…
Reference in a new issue