Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305312
b: refs/heads/master
c: 8e514b2
h: refs/heads/master
v: v3
  • Loading branch information
Richard Weinberger committed May 21, 2012
1 parent 6fc4554 commit f84d10e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fa7a0449e0ea6588f64c06a045ea8728280f3457
refs/heads/master: 8e514b2a811c25434ac5fec13c09c1b82cafb0c9
2 changes: 0 additions & 2 deletions trunk/arch/um/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -334,15 +334,13 @@ static void dummy(struct irq_data *d)
/* This is used for everything else than the timer. */
static struct irq_chip normal_irq_type = {
.name = "SIGIO",
.release = free_irq_by_irq_and_dev,
.irq_disable = dummy,
.irq_enable = dummy,
.irq_ack = dummy,
};

static struct irq_chip SIGVTALRM_irq_type = {
.name = "SIGVTALRM",
.release = free_irq_by_irq_and_dev,
.irq_disable = dummy,
.irq_enable = dummy,
.irq_ack = dummy,
Expand Down

0 comments on commit f84d10e

Please sign in to comment.