--- zzzz-none-000/linux-3.10.107/arch/arm/mach-vexpress/core.h 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/arch/arm/mach-vexpress/core.h 2021-02-04 17:41:59.000000000 +0000 @@ -1,11 +1,5 @@ -/* 2MB large area for motherboard's peripherals static mapping */ -#define V2M_PERIPH 0xf8000000 +bool vexpress_smp_init_ops(void); -/* Tile's peripherals static mappings should start here */ -#define V2T_PERIPH 0xf8200000 - -void vexpress_dt_smp_map_io(void); - -extern struct smp_operations vexpress_smp_ops; +extern struct smp_operations vexpress_smp_dt_ops; extern void vexpress_cpu_die(unsigned int cpu);