It still doesn't do anything useful, but at least it isn't in dummy.S!
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Tim Deegan <tim@xen.org>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
.globl x; \
x: mov pc, lr
-/* SMP support */
-DUMMY(smp_send_state_dump);
-
/* PIRQ support */
DUMMY(alloc_pirq_struct);
DUMMY(nr_irqs_gsi);
spin_unlock(&gic.lock);
}
+void smp_send_state_dump(unsigned int cpu)
+{
+ printk("WARNING: unable to send state dump request to CPU%d\n", cpu);
+ /* XXX TODO -- send an SGI */
+}
+
/* Set up the per-CPU parts of the GIC for a secondary CPU */
void __cpuinit gic_init_secondary_cpu(void)
{