Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243359
b: refs/heads/master
c: db3b360
h: refs/heads/master
i:
  243357: a65b32f
  243355: 622fd54
  243351: f5d210b
  243343: cdc625b
  243327: 2b791a9
v: v3
  • Loading branch information
Thomas Gleixner committed Mar 29, 2011
1 parent 9a2a790 commit e5bfe3e
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: 0b98b1636cf2e112216a5661a629606cde7b1c07
refs/heads/master: db3b3602b90bcdc220b48f473010a4663310d95d
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 e5bfe3e

Please sign in to comment.