2012-01-25 16:37:29 +01:00
|
|
|
/* 2MB large area for motherboard's peripherals static mapping */
|
|
|
|
#define V2M_PERIPH 0xf8000000
|
|
|
|
|
|
|
|
/* Tile's peripherals static mappings should start here */
|
|
|
|
#define V2T_PERIPH 0xf8200000
|
2012-02-24 10:18:14 +01:00
|
|
|
|
|
|
|
void vexpress_dt_smp_map_io(void);
|
2011-09-08 14:15:22 +02:00
|
|
|
|
2013-01-30 10:12:55 +01:00
|
|
|
bool vexpress_smp_init_ops(void);
|
|
|
|
|
2011-09-08 14:15:22 +02:00
|
|
|
extern struct smp_operations vexpress_smp_ops;
|
|
|
|
|
|
|
|
extern void vexpress_cpu_die(unsigned int cpu);
|