Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40289
b: refs/heads/master
c: f49196a
h: refs/heads/master
i:
  40287: c317b24
v: v3
  • Loading branch information
Scott Wood authored and Paul Mackerras committed Oct 25, 2006
1 parent c3462cd commit 3b33e51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: f84c39da766b4c8f13872282f58286a57ad05b3e
refs/heads/master: f49196a5f53aa62a964b08ffa2c59699a0c8eb53
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/sysdev/ipic.c
Original file line number Diff line number Diff line change
Expand Up @@ -473,9 +473,9 @@ static int ipic_set_irq_type(unsigned int virq, unsigned int flow_type)
desc->status |= flow_type & IRQ_TYPE_SENSE_MASK;
if (flow_type & IRQ_TYPE_LEVEL_LOW) {
desc->status |= IRQ_LEVEL;
set_irq_handler(virq, handle_level_irq);
desc->handle_irq = handle_level_irq;
} else {
set_irq_handler(virq, handle_edge_irq);
desc->handle_irq = handle_edge_irq;
}

/* only EXT IRQ senses are programmable on ipic
Expand Down

0 comments on commit 3b33e51

Please sign in to comment.