|
@@ -17,7 +17,6 @@
|
|
|
#include <asm/hardware/gic.h>
|
|
|
#include <asm/mach-types.h>
|
|
|
#include <asm/smp_scu.h>
|
|
|
-#include <asm/unified.h>
|
|
|
|
|
|
#include <mach/board-eb.h>
|
|
|
#include <mach/board-pb11mp.h>
|
|
@@ -75,6 +74,6 @@ void __init platform_smp_prepare_cpus(unsigned int max_cpus)
|
|
|
* until it receives a soft interrupt, and then the
|
|
|
* secondary CPU branches to this address.
|
|
|
*/
|
|
|
- __raw_writel(BSYM(virt_to_phys(versatile_secondary_startup)),
|
|
|
+ __raw_writel(virt_to_phys(versatile_secondary_startup),
|
|
|
__io_address(REALVIEW_SYS_FLAGSSET));
|
|
|
}
|