Re: [PATCH] idle: fix hlt/nohlt command-line handling in new generic idle

2013-04-29 Thread Kevin Hilman
"Srivatsa S. Bhat" writes: > On 04/25/2013 05:49 AM, Kevin Hilman wrote: >> commit d1669912 (idle: Implement generic idle function) added a new >> generic idle along with support for hlt/nohlt command line options to >> override default idle loop behavior. However, the command-line >>

Re: [PATCH] idle: fix hlt/nohlt command-line handling in new generic idle

2013-04-29 Thread Kevin Hilman
Srivatsa S. Bhat srivatsa.b...@linux.vnet.ibm.com writes: On 04/25/2013 05:49 AM, Kevin Hilman wrote: commit d1669912 (idle: Implement generic idle function) added a new generic idle along with support for hlt/nohlt command line options to override default idle loop behavior. However, the

Re: [PATCH] idle: fix hlt/nohlt command-line handling in new generic idle

2013-04-25 Thread Srivatsa S. Bhat
On 04/25/2013 05:49 AM, Kevin Hilman wrote: > commit d1669912 (idle: Implement generic idle function) added a new > generic idle along with support for hlt/nohlt command line options to > override default idle loop behavior. However, the command-line > processing is never compiled. > > The

Re: [PATCH] idle: fix hlt/nohlt command-line handling in new generic idle

2013-04-25 Thread Srivatsa S. Bhat
On 04/25/2013 05:49 AM, Kevin Hilman wrote: commit d1669912 (idle: Implement generic idle function) added a new generic idle along with support for hlt/nohlt command line options to override default idle loop behavior. However, the command-line processing is never compiled. The

[PATCH] idle: fix hlt/nohlt command-line handling in new generic idle

2013-04-24 Thread Kevin Hilman
commit d1669912 (idle: Implement generic idle function) added a new generic idle along with support for hlt/nohlt command line options to override default idle loop behavior. However, the command-line processing is never compiled. The command-line handling is wrapped by

[PATCH] idle: fix hlt/nohlt command-line handling in new generic idle

2013-04-24 Thread Kevin Hilman
commit d1669912 (idle: Implement generic idle function) added a new generic idle along with support for hlt/nohlt command line options to override default idle loop behavior. However, the command-line processing is never compiled. The command-line handling is wrapped by