Skip to content

Commit

Permalink
ARM: mvebu: move Armada 370/XP specific definitions to armada-370-xp.h
Browse files Browse the repository at this point in the history
In preparation to the introduction of the support for additional SoC,
the mvebu/common.h should be clear of Armada 370/XP-specific
definitions. Therefore, move the Armada 370/XP SMP specific
definitions to the armada-370-xp.h file.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
  • Loading branch information
Thomas Petazzoni authored and Jason Cooper committed Dec 27, 2013
1 parent f5f5c44 commit 11dc35e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions arch/arm/mach-mvebu/armada-370-xp.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@

void armada_mpic_send_doorbell(const struct cpumask *mask, unsigned int irq);
void armada_xp_mpic_smp_cpu_init(void);
void armada_xp_secondary_startup(void);
extern struct smp_operations armada_xp_smp_ops;
#endif

#endif /* __MACH_ARMADA_370_XP_H */
3 changes: 1 addition & 2 deletions arch/arm/mach-mvebu/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@
void mvebu_restart(enum reboot_mode mode, const char *cmd);

void armada_xp_cpu_die(unsigned int cpu);
void armada_xp_secondary_startup(void);
extern struct smp_operations armada_xp_smp_ops;

#endif

0 comments on commit 11dc35e

Please sign in to comment.