Merge branch 'irqchip/gic-vic-move' into next/virt

This commit is contained in:
Olof Johansson
2013-02-11 09:05:29 -08:00
147 changed files with 338 additions and 607 deletions

View File

@@ -416,7 +416,8 @@ static void (*smp_cross_call)(const struct cpumask *, unsigned int);
void __init set_smp_cross_call(void (*fn)(const struct cpumask *, unsigned int))
{
smp_cross_call = fn;
if (!smp_cross_call)
smp_cross_call = fn;
}
void arch_send_call_function_ipi_mask(const struct cpumask *mask)