| To: | Ralf Baechle <ralf@linux-mips.org>, LKML <linux-kernel@vger.kernel.org> |
|---|---|
| Subject: | [RFC patch] MIPS: deduplicate comment for i8259 |
| From: | Hillf Danton <dhillf@gmail.com> |
| Date: | Thu, 4 Aug 2011 22:46:41 +0800 |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=cVkOH5iK21GrhOuDdUqnQScOdiALSR5pI8C1RLl0DB0=; b=nFVUNL5OvSfHI7CgBggStjl/gvqDVfvoh/90nLUy4awBeDV7DzlzNfo71ILIfTaODM ZKmLDwtrnzTSRjMATNRUDJIgBFbArqzU/Y9xEN0oGQubXp58kTodkWw2d2su/SrY6Xsr 2bfQ+kM9A6EivWEcu7BIVcckgPk4xxzVY1amY= |
| Resent-date: | Thu, 4 Aug 2011 16:55:00 +0100 |
| Resent-from: | Ralf Baechle <ralf@linux-mips.org> |
| Resent-message-id: | <20110804155500.GC5297@linux-mips.org> |
| Resent-to: | linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
The comment for the slave PIC is changed from 8259A-1 to 8259A-2.
Signed-off-by: Hillf Danton <dhillf@gmail.com>
---
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 c018696..55d2624 100644
--- a/arch/mips/kernel/i8259.c
+++ b/arch/mips/kernel/i8259.c
@@ -230,7 +230,7 @@ static int i8259A_shutdown(struct sys_device *dev)
*/
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 */
}
return 0;
}
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [RFC patch] MIPS: select correct tc, Hillf Danton |
|---|---|
| Next by Date: | [RFC patch] MIPS/netlogic: dont setup boot CPU twice, Hillf Danton |
| Previous by Thread: | [RFC patch] MIPS: select correct tc, Hillf Danton |
| Next by Thread: | Re: [RFC patch] MIPS: deduplicate comment for i8259, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |