Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64755
b: refs/heads/master
c: d77a283
h: refs/heads/master
i:
  64753: b4bc558
  64751: 51b1aa6
v: v3
  • Loading branch information
Kyungmin Park authored and Ralf Baechle committed Sep 10, 2007
1 parent a99f489 commit b08c8c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5a6e4e4207bc1b69dca540d759d9d176e5ce4ff1
refs/heads/master: d77a283d9bc8c6327e9dd6059fe09104f3ad4bf9
1 change: 1 addition & 0 deletions trunk/arch/mips/kernel/i8259.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ void mask_and_ack_8259A(unsigned int);
static struct irq_chip i8259A_chip = {
.name = "XT-PIC",
.mask = disable_8259A_irq,
.disable = disable_8259A_irq,
.unmask = enable_8259A_irq,
.mask_ack = mask_and_ack_8259A,
};
Expand Down

0 comments on commit b08c8c1

Please sign in to comment.