Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Ian Campbell and committed by
Konrad Rzeszutek Wilk
0a85226f 76465b2d

+2 -2
+2 -2
drivers/xen/events.c
··· 1213 1213 return ret; 1214 1214 } 1215 1215 1216 - static void restore_cpu_pirqs(void) 1216 + static void restore_pirqs(void) 1217 1217 { 1218 1218 int pirq, rc, irq, gsi; 1219 1219 struct physdev_map_pirq map_irq; ··· 1375 1375 restore_cpu_ipis(cpu); 1376 1376 } 1377 1377 1378 - restore_cpu_pirqs(); 1378 + restore_pirqs(); 1379 1379 } 1380 1380 1381 1381 static struct irq_chip xen_dynamic_chip __read_mostly = {