Re: [PATCH] [RESEND] score: remove deprecated IRQF_DISABLED

2014-10-02 Thread Michael Opdenacker
Hi Lennox, On 10/01/2014 06:25 PM, Lennox Wu wrote: > Hi Michael, > I will merge it and then issue a PULL request this weekend. > Thanks. That would be great. Thanks for taking this patch into account! Michael. -- Michael Opdenacker, CEO, Free Electrons Embedded Linux, Kernel and Android engin

Re: [PATCH] [RESEND] score: remove deprecated IRQF_DISABLED

2014-10-01 Thread Lennox Wu
Hi Michael, I will merge it and then issue a PULL request this weekend. Thanks. 2014-10-01 18:04 GMT+08:00 Michael Opdenacker : > This patch removes the use of the IRQF_DISABLED flag > from arch/score/kernel/time.c > > It's a NOOP since 2.6.35 and it will be removed one day. > > Signed-off-by: Mic

[PATCH] [RESEND] score: remove deprecated IRQF_DISABLED

2014-10-01 Thread Michael Opdenacker
This patch removes the use of the IRQF_DISABLED flag from arch/score/kernel/time.c It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker Acked-by: Lennox Wu --- arch/score/kernel/time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arc

Re: [PATCH] [RESEND] score: remove deprecated IRQF_DISABLED

2014-03-04 Thread Lennox Wu
Thanks for cleaning the code. Acked-by: Lennox Wu 2014-03-05 5:17 GMT+08:00 Michael Opdenacker : > This patch removes the use of the IRQF_DISABLED flag > from arch/score/kernel/time.c > > It's a NOOP since 2.6.35 and it will be removed one day. > > Signed-off-by: Michael Opdenacker > --- > arch

[PATCH] [RESEND] score: remove deprecated IRQF_DISABLED

2014-03-04 Thread Michael Opdenacker
This patch removes the use of the IRQF_DISABLED flag from arch/score/kernel/time.c It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker --- arch/score/kernel/time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/score/kernel/time.c

[PATCH][RESEND] score: remove deprecated IRQF_DISABLED

2013-12-08 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/score/kernel/time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/score/kernel/time.c b/arch/score/kerne