aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpi_pad.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi/acpi_pad.c')
-rw-r--r--drivers/acpi/acpi_pad.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/acpi/acpi_pad.c b/drivers/acpi/acpi_pad.c
index f169e516a1af..d269a8f3329c 100644
--- a/drivers/acpi/acpi_pad.c
+++ b/drivers/acpi/acpi_pad.c
@@ -172,13 +172,6 @@ static int power_saving_thread(void *data)
172 172
173 do_sleep = 0; 173 do_sleep = 0;
174 174
175 current_thread_info()->status &= ~TS_POLLING;
176 /*
177 * TS_POLLING-cleared state must be visible before we test
178 * NEED_RESCHED:
179 */
180 smp_mb();
181
182 expire_time = jiffies + HZ * (100 - idle_pct) / 100; 175 expire_time = jiffies + HZ * (100 - idle_pct) / 100;
183 176
184 while (!need_resched()) { 177 while (!need_resched()) {
@@ -209,8 +202,6 @@ static int power_saving_thread(void *data)
209 } 202 }
210 } 203 }
211 204
212 current_thread_info()->status |= TS_POLLING;
213
214 /* 205 /*
215 * current sched_rt has threshold for rt task running time. 206 * current sched_rt has threshold for rt task running time.
216 * When a rt task uses 95% CPU time, the rt thread will be 207 * When a rt task uses 95% CPU time, the rt thread will be