Skip to content

Commit

Permalink
x86/irq/i8259: Fix incorrect comment
Browse files Browse the repository at this point in the history
Signed-off-by: Yuanhan Liu <yliu.null@gmail.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
  • Loading branch information
Yuanhan Liu authored and Ingo Molnar committed Aug 22, 2012
1 parent ece3234 commit d3a8009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/kernel/i8259.c
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ static void i8259A_shutdown(void)
* out of.
*/
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 */
}

static struct syscore_ops i8259_syscore_ops = {
Expand Down

0 comments on commit d3a8009

Please sign in to comment.