Re: [PATCH 0/5] x86: remove idle notifier

2016-11-18 Thread Ingo Molnar
* Len Brown wrote: > The return from idle path is latency sensitive, > so the less code and fewer data accesses, the better. > > Remove the un-maintained i7300_idle driver, > the only user of the x86 idle-notifier, > and then remove the notifier itself. Acked-by: Ingo Molnar Thanks,

[PATCH 0/5] x86: remove idle notifier

2016-11-17 Thread Len Brown
The return from idle path is latency sensitive, so the less code and fewer data accesses, the better. Remove the un-maintained i7300_idle driver, the only user of the x86 idle-notifier, and then remove the notifier itself.