diff options
author | Daniel Lezcano <daniel.lezcano@linaro.org> | 2012-07-17 16:16:04 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rjw@sisk.pl> | 2012-07-17 16:16:04 -0400 |
commit | aa713cc3b22ccd24dc55df4e0770490781fe6a76 (patch) | |
tree | d8c3a951edc2779c50d6922b7de4307a8e4d4782 /drivers/acpi | |
parent | 53b70951d9ef68420775b69e59ba720cc15c2643 (diff) |
cpuilde / ACPI: remove time from acpi_processor_cx structure
Remove the time field as it is not used.
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Diffstat (limited to 'drivers/acpi')
-rw-r--r-- | drivers/acpi/processor_idle.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/acpi/processor_idle.c b/drivers/acpi/processor_idle.c index f355f1a1c211..4cf964803d7a 100644 --- a/drivers/acpi/processor_idle.c +++ b/drivers/acpi/processor_idle.c | |||
@@ -863,7 +863,6 @@ static int acpi_idle_enter_simple(struct cpuidle_device *dev, | |||
863 | current_thread_info()->status |= TS_POLLING; | 863 | current_thread_info()->status |= TS_POLLING; |
864 | 864 | ||
865 | lapic_timer_state_broadcast(pr, cx, 0); | 865 | lapic_timer_state_broadcast(pr, cx, 0); |
866 | cx->time += idle_time; | ||
867 | return index; | 866 | return index; |
868 | } | 867 | } |
869 | 868 | ||
@@ -982,7 +981,6 @@ static int acpi_idle_enter_bm(struct cpuidle_device *dev, | |||
982 | current_thread_info()->status |= TS_POLLING; | 981 | current_thread_info()->status |= TS_POLLING; |
983 | 982 | ||
984 | lapic_timer_state_broadcast(pr, cx, 0); | 983 | lapic_timer_state_broadcast(pr, cx, 0); |
985 | cx->time += idle_time; | ||
986 | return index; | 984 | return index; |
987 | } | 985 | } |
988 | 986 | ||