Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264288
b: refs/heads/master
c: fe0b030
h: refs/heads/master
v: v3
  • Loading branch information
Hillf Danton authored and Ralf Baechle committed Sep 17, 2011
1 parent 573274c commit 944398a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 9fbcbd7e1fa9acde67f3516f7aceef2c0d968a7b
refs/heads/master: fe0b030cf016ee9a4b0ae4adb0095c46d0e461cc
2 changes: 1 addition & 1 deletion trunk/arch/mips/kernel/i8259.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ static void i8259A_shutdown(void)
*/
if (i8259A_auto_eoi >= 0) {
outb(0xff, PIC_MASTER_IMR); /* mask all of 8259A-1 */
outb(0xff, PIC_SLAVE_IMR); /* mask all of 8259A-1 */
outb(0xff, PIC_SLAVE_IMR); /* mask all of 8259A-2 */
}
}

Expand Down

0 comments on commit 944398a

Please sign in to comment.