Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243343
b: refs/heads/master
c: 773e20d
h: refs/heads/master
i:
  243341: a70c529
  243339: f8ecebd
  243335: e99f283
  243327: 2b791a9
v: v3
  • Loading branch information
Thomas Gleixner committed Mar 29, 2011
1 parent 44e72a4 commit cdc625b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: 1ac06cdadf3f6e9c52cf87304238bffdf4c71566
refs/heads/master: 773e20d5b7bf948ab0207e1ddb81e52ae7e7c6f3
6 changes: 0 additions & 6 deletions trunk/arch/powerpc/sysdev/xilinx_intc.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,6 @@ static void xilinx_intc_mask(struct irq_data *d)

static int xilinx_intc_set_type(struct irq_data *d, unsigned int flow_type)
{
struct irq_desc *desc = irq_to_desc(d->irq);

desc->status &= ~(IRQ_TYPE_SENSE_MASK | IRQ_LEVEL);
desc->status |= flow_type & IRQ_TYPE_SENSE_MASK;
if (flow_type & (IRQ_TYPE_LEVEL_HIGH | IRQ_TYPE_LEVEL_LOW))
desc->status |= IRQ_LEVEL;
return 0;
}

Expand Down

0 comments on commit cdc625b

Please sign in to comment.