Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73307
b: refs/heads/master
c: 3a800ff
h: refs/heads/master
i:
  73305: ecec73c
  73303: 1ecb53d
v: v3
  • Loading branch information
Aurelien Jarno authored and Paul Mackerras committed Nov 8, 2007
1 parent 925c4c3 commit 40a1925
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 1db3e890aed3ac39cded30d6e94618bda086f7ce
refs/heads/master: 3a800ff50a107b1b562f17e087a65e4c18e3a35c
1 change: 1 addition & 0 deletions trunk/arch/powerpc/sysdev/i8259.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ static void i8259_unmask_irq(unsigned int irq_nr)
static struct irq_chip i8259_pic = {
.typename = " i8259 ",
.mask = i8259_mask_irq,
.disable = i8259_mask_irq,
.unmask = i8259_unmask_irq,
.mask_ack = i8259_mask_and_ack_irq,
};
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/ppc/syslib/i8259.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ static void i8259_unmask_irq(unsigned int irq_nr)
static struct irq_chip i8259_pic = {
.typename = " i8259 ",
.mask = i8259_mask_irq,
.disable = i8259_mask_irq,
.unmask = i8259_unmask_irq,
.mask_ack = i8259_mask_and_ack_irq,
};
Expand Down

0 comments on commit 40a1925

Please sign in to comment.