diff options
author | Frederic Weisbecker <[email protected]> | 2013-06-28 00:06:42 +0000 |
---|---|---|
committer | Frederic Weisbecker <[email protected]> | 2013-07-03 16:16:20 +0200 |
commit | 55ccb616a6e42052edb37e9c4f82cf8854a59429 (patch) | |
tree | 9a01858cb1aa6c49dc3baaff5bd513d068b4e22e /tools/perf/scripts/python/Perf-Trace-Util | |
parent | 8bb495e3f02401ee6f76d1b1d77f3ac9f079e376 (diff) |
posix_cpu_timer: consolidate expiry time type
The posix cpu timer expiry time is stored in a union of two types: a 64
bits field if we rely on scheduler precise accounting, or a cputime_t if
we rely on jiffies.
This results in quite some duplicate code and special cases to handle the
two types.
Just unify this into a single 64 bits field. cputime_t can always fit
into it.
Signed-off-by: Frederic Weisbecker <[email protected]>
Cc: Stanislaw Gruszka <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Oleg Nesterov <[email protected]>
Cc: KOSAKI Motohiro <[email protected]>
Cc: Olivier Langlois <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util')
0 files changed, 0 insertions, 0 deletions