提交 fe0b030c 编写于 作者: H Hillf Danton 提交者: Ralf Baechle

MIPS: i8259: Correct comment for i8259

The comment for the slave PIC is changed from 8259A-1 to 8259A-2.
Signed-off-by: NHillf Danton <dhillf@gmail.com>
To:  LKML <linux-kernel@vger.kernel.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2693/Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 9fbcbd7e
...@@ -229,7 +229,7 @@ static void i8259A_shutdown(void) ...@@ -229,7 +229,7 @@ static void i8259A_shutdown(void)
*/ */
if (i8259A_auto_eoi >= 0) { if (i8259A_auto_eoi >= 0) {
outb(0xff, PIC_MASTER_IMR); /* mask all of 8259A-1 */ 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 */
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册