x86/irq/i8259: Fix incorrect comment
authorYuanhan Liu <yliu.null@gmail.com>
Mon, 6 Aug 2012 14:13:00 +0000 (22:13 +0800)
committerIngo Molnar <mingo@kernel.org>
Wed, 22 Aug 2012 07:34:24 +0000 (09:34 +0200)
Signed-off-by: Yuanhan Liu <yliu.null@gmail.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/i8259.c

index 36d1853..9a5c460 100644 (file)
@@ -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 = {