Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6
* 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6: intel_idle: native hardware cpuidle driver for latest Intel processors ACPI: acpi_idle: touch TS_POLLING only in the non-MWAIT case acpi_pad: uses MONITOR/MWAIT, so it doesn't need to clear TS_POLLING sched: clarify commment for TS_POLLING ACPI: allow a native cpuidle driver to displace ACPI cpuidle: make cpuidle_curr_driver static cpuidle: add cpuidle_unregister_driver() error check cpuidle: fail to register if !CONFIG_CPU_IDLE
This commit is contained in:
@ -172,13 +172,6 @@ static int power_saving_thread(void *data)
|
||||
|
||||
do_sleep = 0;
|
||||
|
||||
current_thread_info()->status &= ~TS_POLLING;
|
||||
/*
|
||||
* TS_POLLING-cleared state must be visible before we test
|
||||
* NEED_RESCHED:
|
||||
*/
|
||||
smp_mb();
|
||||
|
||||
expire_time = jiffies + HZ * (100 - idle_pct) / 100;
|
||||
|
||||
while (!need_resched()) {
|
||||
@ -209,8 +202,6 @@ static int power_saving_thread(void *data)
|
||||
}
|
||||
}
|
||||
|
||||
current_thread_info()->status |= TS_POLLING;
|
||||
|
||||
/*
|
||||
* current sched_rt has threshold for rt task running time.
|
||||
* When a rt task uses 95% CPU time, the rt thread will be
|
||||
|
Reference in New Issue
Block a user