commit | eccdaeafaea3ed115068ba55d01f22e486e5437d | [log] [tgz] |
---|---|---|
author | Petr Tesarik <ptesarik@suse.cz> | Mon Nov 24 15:46:31 2008 +0100 |
committer | Thomas Gleixner <tglx@linutronix.de> | Mon Nov 24 16:41:40 2008 +0100 |
tree | 75b59c0bcbf00c869e4b25b3bf34671ba4c3b8c1 | |
parent | 13d428afc007fcfcd6deeb215618f54cf9c0cae6 [diff] |
posix-cpu-timers: fix clock_gettime with CLOCK_PROCESS_CPUTIME_ID Since CLOCK_PROCESS_CPUTIME_ID is in fact translated to -6, the switch statement in cpu_clock_sample_group() must first mask off the irrelevant bits, similar to cpu_clock_sample(). Signed-off-by: Petr Tesarik <ptesarik@suse.cz> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> -- posix-cpu-timers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)