[MIPS] i8259: Add disable method.

2007-09-11 Thread Linux Kernel Mailing List
Gitweb: 
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=045e4bb2bafb7aa8141c2f8332ce31b224ac3bb0
Commit: 045e4bb2bafb7aa8141c2f8332ce31b224ac3bb0
Parent: dafd49fc6cf68f815a4c2838c2c1407678d82e51
Author: Kyungmin Park <[EMAIL PROTECTED]>
AuthorDate: Fri Aug 10 14:00:21 2007 -0700
Committer:  Ralf Baechle <[EMAIL PROTECTED]>
CommitDate: Tue Sep 11 19:03:25 2007 +0100

[MIPS] i8259: Add disable method.

After 76d2160147f43f982dfe881404cfde9fd0a9da21, the qemu NE2000 was
frequently producing WATCHDOG timeouts.

Signed-off-by: Kyungmin Park <[EMAIL PROTECTED]>
Cc: Ralf Baechle <[EMAIL PROTECTED]>
Cc: Ingo Molnar <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]>
---
 arch/mips/kernel/i8259.c |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/mips/kernel/i8259.c b/arch/mips/kernel/i8259.c
index 2345160..b6c3080 100644
--- a/arch/mips/kernel/i8259.c
+++ b/arch/mips/kernel/i8259.c
@@ -36,6 +36,7 @@ void mask_and_ack_8259A(unsigned int);
 static struct irq_chip i8259A_chip = {
.name   = "XT-PIC",
.mask   = disable_8259A_irq,
+   .disable= disable_8259A_irq,
.unmask = enable_8259A_irq,
.mask_ack   = mask_and_ack_8259A,
 };
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[MIPS] i8259: Add disable method.

2007-09-10 Thread Linux Kernel Mailing List
Gitweb: 
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d77a283d9bc8c6327e9dd6059fe09104f3ad4bf9
Commit: d77a283d9bc8c6327e9dd6059fe09104f3ad4bf9
Parent: 5a6e4e4207bc1b69dca540d759d9d176e5ce4ff1
Author: Kyungmin Park <[EMAIL PROTECTED]>
AuthorDate: Fri Aug 10 14:00:21 2007 -0700
Committer:  Ralf Baechle <[EMAIL PROTECTED]>
CommitDate: Mon Sep 10 21:25:27 2007 +0100

[MIPS] i8259: Add disable method.

After 76d2160147f43f982dfe881404cfde9fd0a9da21, the qemu NE2000 was
frequently producing WATCHDOG timeouts.

Signed-off-by: Kyungmin Park <[EMAIL PROTECTED]>
Cc: Ralf Baechle <[EMAIL PROTECTED]>
Cc: Ingo Molnar <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]>
---
 arch/mips/kernel/i8259.c |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/mips/kernel/i8259.c b/arch/mips/kernel/i8259.c
index 2345160..b6c3080 100644
--- a/arch/mips/kernel/i8259.c
+++ b/arch/mips/kernel/i8259.c
@@ -36,6 +36,7 @@ void mask_and_ack_8259A(unsigned int);
 static struct irq_chip i8259A_chip = {
.name   = "XT-PIC",
.mask   = disable_8259A_irq,
+   .disable= disable_8259A_irq,
.unmask = enable_8259A_irq,
.mask_ack   = mask_and_ack_8259A,
 };
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html