diff options
author | Ian Campbell <ian.campbell@citrix.com> | 2011-03-10 11:08:06 -0500 |
---|---|---|
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2011-03-10 14:48:36 -0500 |
commit | 0a85226ff291a59b2d6596b28bbc4fe368ee5266 (patch) | |
tree | f4ff69da8f0696fb9f5b55ea4428e6126dda5940 | |
parent | 76465b2dafb8ce471f115b6af80f7a67a1fda377 (diff) |
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>
-rw-r--r-- | drivers/xen/events.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/xen/events.c b/drivers/xen/events.c index d52defda53b1..e828456777e5 100644 --- a/drivers/xen/events.c +++ b/drivers/xen/events.c | |||
@@ -1213,7 +1213,7 @@ static int retrigger_dynirq(struct irq_data *data) | |||
1213 | return ret; | 1213 | return ret; |
1214 | } | 1214 | } |
1215 | 1215 | ||
1216 | static void restore_cpu_pirqs(void) | 1216 | static void restore_pirqs(void) |
1217 | { | 1217 | { |
1218 | int pirq, rc, irq, gsi; | 1218 | int pirq, rc, irq, gsi; |
1219 | struct physdev_map_pirq map_irq; | 1219 | struct physdev_map_pirq map_irq; |
@@ -1375,7 +1375,7 @@ void xen_irq_resume(void) | |||
1375 | restore_cpu_ipis(cpu); | 1375 | restore_cpu_ipis(cpu); |
1376 | } | 1376 | } |
1377 | 1377 | ||
1378 | restore_cpu_pirqs(); | 1378 | restore_pirqs(); |
1379 | } | 1379 | } |
1380 | 1380 | ||
1381 | static struct irq_chip xen_dynamic_chip __read_mostly = { | 1381 | static struct irq_chip xen_dynamic_chip __read_mostly = { |