diff options
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-mvebu/armada-370-xp.h | 2 | ||||
-rw-r--r-- | arch/arm/mach-mvebu/common.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-mvebu/armada-370-xp.h b/arch/arm/mach-mvebu/armada-370-xp.h index c612b2c4ed6c..4ed534d6be49 100644 --- a/arch/arm/mach-mvebu/armada-370-xp.h +++ b/arch/arm/mach-mvebu/armada-370-xp.h | |||
@@ -18,6 +18,8 @@ | |||
18 | #ifdef CONFIG_SMP | 18 | #ifdef CONFIG_SMP |
19 | #include <linux/cpumask.h> | 19 | #include <linux/cpumask.h> |
20 | 20 | ||
21 | #define ARMADA_XP_MAX_CPUS 4 | ||
22 | |||
21 | void armada_mpic_send_doorbell(const struct cpumask *mask, unsigned int irq); | 23 | void armada_mpic_send_doorbell(const struct cpumask *mask, unsigned int irq); |
22 | void armada_xp_mpic_smp_cpu_init(void); | 24 | void armada_xp_mpic_smp_cpu_init(void); |
23 | #endif | 25 | #endif |
diff --git a/arch/arm/mach-mvebu/common.h b/arch/arm/mach-mvebu/common.h index 0e6016fadcc5..8de509a14e86 100644 --- a/arch/arm/mach-mvebu/common.h +++ b/arch/arm/mach-mvebu/common.h | |||
@@ -15,8 +15,6 @@ | |||
15 | #ifndef __ARCH_MVEBU_COMMON_H | 15 | #ifndef __ARCH_MVEBU_COMMON_H |
16 | #define __ARCH_MVEBU_COMMON_H | 16 | #define __ARCH_MVEBU_COMMON_H |
17 | 17 | ||
18 | #define ARMADA_XP_MAX_CPUS 4 | ||
19 | |||
20 | #include <linux/reboot.h> | 18 | #include <linux/reboot.h> |
21 | 19 | ||
22 | void mvebu_restart(enum reboot_mode mode, const char *cmd); | 20 | void mvebu_restart(enum reboot_mode mode, const char *cmd); |