Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d3a8009b authored by Yuanhan Liu's avatar Yuanhan Liu Committed by Ingo Molnar
Browse files

x86/irq/i8259: Fix incorrect comment



Signed-off-by: default avatarYuanhan Liu <yliu.null@gmail.com>
Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
parent ece3234a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = {