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

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