|
@@ -648,7 +648,7 @@ void gic_raise_softirq(const struct cpumask *mask, unsigned int irq)
|
|
|
|
|
|
/* Convert our logical CPU mask into a physical one. */
|
|
/* Convert our logical CPU mask into a physical one. */
|
|
for_each_cpu(cpu, mask)
|
|
for_each_cpu(cpu, mask)
|
|
- map |= 1 << cpu_logical_map(cpu);
|
|
|
|
|
|
+ map |= gic_cpu_map[cpu];
|
|
|
|
|
|
/*
|
|
/*
|
|
* Ensure that stores to Normal memory are visible to the
|
|
* Ensure that stores to Normal memory are visible to the
|