Re: [PATCH] MIPS: Loongson-3: remove deprecated IRQF_DISABLED

2015-03-27 Thread Ralf Baechle
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 An equivalent patch has been merged into linux-next as

Re: [PATCH] MIPS: Loongson-3: remove deprecated IRQF_DISABLED

2015-03-27 Thread Ralf Baechle
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.opdenac...@free-electrons.com An equivalent patch has been

[PATCH] MIPS: Loongson-3: remove deprecated IRQF_DISABLED

2015-03-26 Thread 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 --- 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

[PATCH] MIPS: Loongson-3: remove deprecated IRQF_DISABLED

2015-03-26 Thread 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.opdenac...@free-electrons.com --- arch/mips/loongson/loongson-3/hpet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git