|
@@ -467,6 +467,7 @@ static void __init realview_eb_init(void)
|
|
|
MACHINE_START(REALVIEW_EB, "ARM-RealView EB")
|
|
MACHINE_START(REALVIEW_EB, "ARM-RealView EB")
|
|
|
/* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */
|
|
/* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */
|
|
|
.atag_offset = 0x100,
|
|
.atag_offset = 0x100,
|
|
|
|
|
+ .smp = smp_ops(realview_smp_ops),
|
|
|
.fixup = realview_fixup,
|
|
.fixup = realview_fixup,
|
|
|
.map_io = realview_eb_map_io,
|
|
.map_io = realview_eb_map_io,
|
|
|
.init_early = realview_init_early,
|
|
.init_early = realview_init_early,
|