Re: [PATCH] MIPS: Enable interrupts before WAIT instruction.

2013-05-22 Thread David Daney
On 05/22/2013 03:32 PM, Aaro Koskinen wrote: Hi, On Thu, May 02, 2013 at 01:48:12PM -0700, David Daney wrote: From: David Daney As noted by Thomas Gleixner: commit cdbedc61c8 (mips: Use generic idle loop) broke MIPS as I did not realize that MIPS wants to invoke the wait instructions

Re: [PATCH] MIPS: Enable interrupts before WAIT instruction.

2013-05-22 Thread Aaro Koskinen
Hi, On Thu, May 02, 2013 at 01:48:12PM -0700, David Daney wrote: > From: David Daney > > As noted by Thomas Gleixner: > >commit cdbedc61c8 (mips: Use generic idle loop) broke MIPS as I did >not realize that MIPS wants to invoke the wait instructions with >interrupts enabled. > > In

Re: [PATCH] MIPS: Enable interrupts before WAIT instruction.

2013-05-06 Thread Manuel Lauss
Hi David, On Thu, May 2, 2013 at 10:48 PM, David Daney wrote: > From: David Daney > > As noted by Thomas Gleixner: > >commit cdbedc61c8 (mips: Use generic idle loop) broke MIPS as I did >not realize that MIPS wants to invoke the wait instructions with >interrupts enabled. > > Instead

Re: [PATCH] MIPS: Enable interrupts before WAIT instruction.

2013-05-03 Thread Jonas Gorski
On Thu, May 2, 2013 at 11:04 PM, Thomas Gleixner wrote: > > > On Thu, 2 May 2013, David Daney wrote: > >> From: David Daney >> >> As noted by Thomas Gleixner: >> >>commit cdbedc61c8 (mips: Use generic idle loop) broke MIPS as I did >>not realize that MIPS wants to invoke the wait instruct

Re: [PATCH] MIPS: Enable interrupts before WAIT instruction.

2013-05-02 Thread Thomas Gleixner
On Thu, 2 May 2013, David Daney wrote: > From: David Daney > > As noted by Thomas Gleixner: > >commit cdbedc61c8 (mips: Use generic idle loop) broke MIPS as I did >not realize that MIPS wants to invoke the wait instructions with >interrupts enabled. > > Instead of enabling interr

[PATCH] MIPS: Enable interrupts before WAIT instruction.

2013-05-02 Thread David Daney
From: David Daney As noted by Thomas Gleixner: commit cdbedc61c8 (mips: Use generic idle loop) broke MIPS as I did not realize that MIPS wants to invoke the wait instructions with interrupts enabled. Instead of enabling interrupts in arch_cpu_idle() as Thomas' initial patch does, we fo