aboutsummaryrefslogtreecommitdiff
path: root/idlestat.h
diff options
context:
space:
mode:
authorTuukka Tikkanen <tuukka.tikkanen@linaro.org>2015-01-05 09:53:48 +0200
committerTuukka Tikkanen <tuukka.tikkanen@linaro.org>2015-01-05 10:21:11 +0200
commita982ea5165736566760cc0fc3fa65b2482188fed (patch)
tree26c08995f1e7755daf0dc3b056d3fe8dfad0f3e6 /idlestat.h
parent7a706b869bff765eb3d2775d31acc6d0e7b32c91 (diff)
idlestat: Remove unused functions
The functions used to calculate core/cluster c-state statistics from individual cpu statistics are no longer used and can be removed. Signed-off-by: Tuukka Tikkanen <tuukka.tikkanen@linaro.org>
Diffstat (limited to 'idlestat.h')
-rw-r--r--idlestat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/idlestat.h b/idlestat.h
index 70beeab..6c7b6d0 100644
--- a/idlestat.h
+++ b/idlestat.h
@@ -63,7 +63,6 @@ struct cpuidle_cstate {
double min_time;
double duration;
int target_residency; /* -1 if not available */
- int inter_result; /* 1 if created by a call to inter() */
};
struct wakeup_irq {