Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136690
b: refs/heads/master
c: 54a353a
h: refs/heads/master
v: v3
  • Loading branch information
Jeremy Fitzhardinge authored and Ingo Molnar committed Feb 9, 2009
1 parent ba4d10a commit f31d351
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7c1d7cdcef1b54f4a78892b6b99d19f12c4f398e
refs/heads/master: 54a353a0f845c1dad5fc8183872e750d667838ac
3 changes: 3 additions & 0 deletions trunk/drivers/xen/events.c
Original file line number Diff line number Diff line change
Expand Up @@ -820,8 +820,11 @@ void xen_irq_resume(void)

static struct irq_chip xen_dynamic_chip __read_mostly = {
.name = "xen-dyn",

.disable = disable_dynirq,
.mask = disable_dynirq,
.unmask = enable_dynirq,

.ack = ack_dynirq,
.set_affinity = set_affinity_irq,
.retrigger = retrigger_dynirq,
Expand Down

0 comments on commit f31d351

Please sign in to comment.