Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: Loongson-3: remove deprecated IRQF_DISABLED

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>
Cc: chenhc@lemote.com
Cc: taohl@lemote.com
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/9609/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Michael Opdenacker and committed by
Ralf Baechle
eec99f20 138173d4

+1 -1
+1 -1
arch/mips/loongson/loongson-3/hpet.c
··· 162 162 163 163 static struct irqaction hpet_irq = { 164 164 .handler = hpet_irq_handler, 165 - .flags = IRQF_DISABLED | IRQF_NOBALANCING | IRQF_TIMER, 165 + .flags = IRQF_NOBALANCING | IRQF_TIMER, 166 166 .name = "hpet", 167 167 }; 168 168