diff options
author | Hillf Danton <dhillf@gmail.com> | 2011-08-04 22:46:41 +0800 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2011-09-17 02:37:04 +0200 |
commit | fe0b030cf016ee9a4b0ae4adb0095c46d0e461cc (patch) | |
tree | b51c6293c4d806104064ad6831c1dffe2e9cca36 /arch/mips | |
parent | 9fbcbd7e1fa9acde67f3516f7aceef2c0d968a7b (diff) |
MIPS: i8259: Correct comment for i8259
The comment for the slave PIC is changed from 8259A-1 to 8259A-2.
Signed-off-by: Hillf 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: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/kernel/i8259.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/i8259.c b/arch/mips/kernel/i8259.c index 5c74eb797f08..9b22db5dcef1 100644 --- a/arch/mips/kernel/i8259.c +++ b/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 */ } } |