Re: [patch 06/34] arc: Use generic idle loop

2013-03-22 Thread Vineet Gupta
Hi Thomas, > On 03/22/2013 03:23 AM, Thomas Gleixner wrote: While the ARC specific changes look simple enough, do you have the series put up somewhere which I can merge to give a quick build/run test. Are you planning to add this to linux-next at some point as that will make it really trivial

Re: [patch 06/34] arc: Use generic idle loop

2013-03-22 Thread Vineet Gupta
Hi Thomas, On 03/22/2013 03:23 AM, Thomas Gleixner wrote: While the ARC specific changes look simple enough, do you have the series put up somewhere which I can merge to give a quick build/run test. Are you planning to add this to linux-next at some point as that will make it really trivial to

[patch 06/34] arc: Use generic idle loop

2013-03-21 Thread Thomas Gleixner
The generic idle loop implements all functionality. Aside of that it allows arc to implement the tsk_is_polling() functionality correctly, despite the patently (now gone) comment in the original arc cpu_idle() function: /* Since we SLEEP in idle loop, TIF_POLLING_NRFLAG can't be set */ See

[patch 06/34] arc: Use generic idle loop

2013-03-21 Thread Thomas Gleixner
The generic idle loop implements all functionality. Aside of that it allows arc to implement the tsk_is_polling() functionality correctly, despite the patently (now gone) comment in the original arc cpu_idle() function: /* Since we SLEEP in idle loop, TIF_POLLING_NRFLAG can't be set */ See