Re: [PATCH] ARM: timer-sp: remove deprecated IRQF_DISABLED

2013-10-13 Thread Russell King - ARM Linux
If you want to either send these to the patch system, or alternatively collect them up in a git tree somewhere for me and/or arm-soc to pull... On Sat, Oct 12, 2013 at 04:52:02AM +0200, Michael Opdenacker wrote: > This patch proposes to remove the use of the IRQF_DISABLED flag > > It's a NOOP sin

[PATCH] ARM: timer-sp: remove deprecated IRQF_DISABLED

2013-10-11 Thread Michael Opdenacker
This patch proposes to remove the use of the IRQF_DISABLED flag It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker --- arch/arm/common/timer-sp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/common/timer-sp.c b/arch/arm/com