All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MIPS: Loongson-3: remove deprecated IRQF_DISABLED
@ 2015-03-27  1:33 Michael Opdenacker
  2015-03-27  9:35 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Opdenacker @ 2015-03-27  1:33 UTC (permalink / raw)
  To: ralf; +Cc: chenhc, taohl, linux-mips, linux-kernel, Michael Opdenacker

This removes the use of the IRQF_DISABLED flag
from arch/mips/loongson/loongson-3/hpet.c

It's a NOOP since 2.6.35.

Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
---
 arch/mips/loongson/loongson-3/hpet.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/mips/loongson/loongson-3/hpet.c b/arch/mips/loongson/loongson-3/hpet.c
index e898d68668a9..5c21cd3bd339 100644
--- a/arch/mips/loongson/loongson-3/hpet.c
+++ b/arch/mips/loongson/loongson-3/hpet.c
@@ -162,7 +162,7 @@ static irqreturn_t hpet_irq_handler(int irq, void *data)
 
 static struct irqaction hpet_irq = {
 	.handler = hpet_irq_handler,
-	.flags = IRQF_DISABLED | IRQF_NOBALANCING | IRQF_TIMER,
+	.flags = IRQF_NOBALANCING | IRQF_TIMER,
 	.name = "hpet",
 };
 
-- 
2.1.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] MIPS: Loongson-3: remove deprecated IRQF_DISABLED
  2015-03-27  1:33 [PATCH] MIPS: Loongson-3: remove deprecated IRQF_DISABLED Michael Opdenacker
@ 2015-03-27  9:35 ` Ralf Baechle
  0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2015-03-27  9:35 UTC (permalink / raw)
  To: Michael Opdenacker; +Cc: chenhc, taohl, linux-mips, linux-kernel

On Thu, Mar 26, 2015 at 06:33:41PM -0700, Michael Opdenacker wrote:

> This removes the use of the IRQF_DISABLED flag
> from arch/mips/loongson/loongson-3/hpet.c
> 
> It's a NOOP since 2.6.35.
> 
> Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>

An equivalent patch has been merged into linux-next as d8bf368d0631 (genirq:
Remove the deprecated 'IRQF_DISABLED' request_irq() flag entirely).

  Ralf

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-03-27  9:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-27  1:33 [PATCH] MIPS: Loongson-3: remove deprecated IRQF_DISABLED Michael Opdenacker
2015-03-27  9:35 ` Ralf Baechle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.