From 944398a843c389d42df17c63ef10d3f7f379c9b4 Mon Sep 17 00:00:00 2001 From: Hillf Danton Date: Thu, 4 Aug 2011 22:46:41 +0800 Subject: [PATCH] --- yaml --- r: 264288 b: refs/heads/master c: fe0b030cf016ee9a4b0ae4adb0095c46d0e461cc h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/kernel/i8259.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 8ace7e36f6c2..af70bc45b58c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9fbcbd7e1fa9acde67f3516f7aceef2c0d968a7b +refs/heads/master: fe0b030cf016ee9a4b0ae4adb0095c46d0e461cc diff --git a/trunk/arch/mips/kernel/i8259.c b/trunk/arch/mips/kernel/i8259.c index 5c74eb797f08..9b22db5dcef1 100644 --- a/trunk/arch/mips/kernel/i8259.c +++ b/trunk/arch/mips/kernel/i8259.c @@ -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 */ } }