mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
00e9967e0d
Hook these platforms restart code into the new restart hook rather than using arch_reset(). Acked-by: Rob Herring <rob.herring@calxeda.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
10 lines
328 B
C
10 lines
328 B
C
extern void highbank_set_cpu_jump(int cpu, void *jump_addr);
|
|
extern void highbank_clocks_init(void);
|
|
extern void highbank_restart(char, const char *);
|
|
extern void __iomem *scu_base_addr;
|
|
#ifdef CONFIG_DEBUG_HIGHBANK_UART
|
|
extern void highbank_lluart_map_io(void);
|
|
#else
|
|
static inline void highbank_lluart_map_io(void) {}
|
|
#endif
|
|
|