mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 17:24:17 +08:00
xen: events: rename restore_cpu_pirqs -> restore_pirqs
There is nothing per-cpu about this function. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
This commit is contained in:
parent
76465b2daf
commit
0a85226ff2
@ -1213,7 +1213,7 @@ static int retrigger_dynirq(struct irq_data *data)
|
||||
return ret;
|
||||
}
|
||||
|
||||
static void restore_cpu_pirqs(void)
|
||||
static void restore_pirqs(void)
|
||||
{
|
||||
int pirq, rc, irq, gsi;
|
||||
struct physdev_map_pirq map_irq;
|
||||
@ -1375,7 +1375,7 @@ void xen_irq_resume(void)
|
||||
restore_cpu_ipis(cpu);
|
||||
}
|
||||
|
||||
restore_cpu_pirqs();
|
||||
restore_pirqs();
|
||||
}
|
||||
|
||||
static struct irq_chip xen_dynamic_chip __read_mostly = {
|
||||
|
Loading…
Reference in New Issue
Block a user