Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243396
b: refs/heads/master
c: c4b1598
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner authored and David Howells committed Mar 29, 2011
1 parent 52aa930 commit 516b9ef
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 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: 5ca7202bc4db3e2fd5653c52a608601c7a64a2ac
refs/heads/master: c4b159802306c07692324f9aa277e6ed144811e3
1 change: 0 additions & 1 deletion trunk/arch/frv/kernel/irq-mb93093.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ static struct irq_chip frv_fpga_pic = {
.mask = frv_fpga_mask,
.mask_ack = frv_fpga_mask_ack,
.unmask = frv_fpga_unmask,
.end = frv_fpga_end,
};

/*
Expand Down
6 changes: 0 additions & 6 deletions trunk/arch/frv/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,18 +118,12 @@ static void frv_cpupic_unmask(unsigned int irqlevel)
__clr_MASK(irqlevel);
}

static void frv_cpupic_end(unsigned int irqlevel)
{
__clr_MASK(irqlevel);
}

static struct irq_chip frv_cpu_pic = {
.name = "cpu",
.ack = frv_cpupic_ack,
.mask = frv_cpupic_mask,
.mask_ack = frv_cpupic_mask_ack,
.unmask = frv_cpupic_unmask,
.end = frv_cpupic_end,
};

/*
Expand Down

0 comments on commit 516b9ef

Please sign in to comment.