Re: [PATCH] Fixes gemmi_idle in file idle.c

2014-06-30 Thread Nick Krause
Thanks for the good feedback on kernel development , I will delete this file in order to clean up race conditions caused by it. Cheers Nick On Mon, Jun 30, 2014 at 5:41 AM, Russell King - ARM Linux wrote: > On Sun, Jun 29, 2014 at 10:52:40PM -0400, Nicholas Krause wrote: >> disables the IRQ line

Re: [PATCH] Fixes gemmi_idle in file idle.c

2014-06-30 Thread Russell King - ARM Linux
On Sun, Jun 29, 2014 at 10:52:40PM -0400, Nicholas Krause wrote: > disables the IRQ line in gemmi_idle before calling cpu_do_idle. > In addition, according to the Fixme message in this file fixes > races that may occur due to not disabling the IRQ before calling > cpu_do_idle. 1) the idle method i

Re: [PATCH] Fixes gemmi_idle in file idle.c

2014-06-29 Thread Arnd Bergmann
On Sunday 29 June 2014 22:52:40 Nicholas Krause wrote: > disables the IRQ line in gemmi_idle before calling cpu_do_idle. > In addition, according to the Fixme message in this file fixes > races that may occur due to not disabling the IRQ before calling > cpu_do_idle. > > Signed-off-by: Nicholas Kr

[PATCH] Fixes gemmi_idle in file idle.c

2014-06-29 Thread Nicholas Krause
disables the IRQ line in gemmi_idle before calling cpu_do_idle. In addition, according to the Fixme message in this file fixes races that may occur due to not disabling the IRQ before calling cpu_do_idle. Signed-off-by: Nicholas Krause --- arch/arm/mach-gemini/idle.c | 3 +-- 1 file changed, 1 i