diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-12-23 12:48:09 +0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-12-25 05:41:50 +0400 |
commit | 59adf4b075a7d063efa818e5ba9807b0057cb523 (patch) | |
tree | e9237cfdb7d7107c667bbf6895866acb888d314d /arch/arm/mach-mvebu/armada-370-xp.h | |
parent | b12634e343bea9ce94ed3252fccbac347f8bb37f (diff) | |
download | linux-59adf4b075a7d063efa818e5ba9807b0057cb523.tar.xz |
ARM: mvebu: move ARMADA_XP_MAX_CPUS to armada-370-xp.h
The ARMADA_XP_MAX_CPUS definition was in common.h, which as its name
says, is common to all mvebu SoCs. It is more logical to have this XP
specific definition in the already existing armada-370-xp.h header
file, especially in preparation to the addition of the support for
other SOCs in mach-mvebu.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Acked-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/mach-mvebu/armada-370-xp.h')
-rw-r--r-- | arch/arm/mach-mvebu/armada-370-xp.h | 2 |
1 files changed, 2 insertions, 0 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 @@ #ifdef CONFIG_SMP #include <linux/cpumask.h> +#define ARMADA_XP_MAX_CPUS 4 + void armada_mpic_send_doorbell(const struct cpumask *mask, unsigned int irq); void armada_xp_mpic_smp_cpu_init(void); #endif |