commit | bb29ab26863c022743143f27956cc0ca362f258c | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Mon Jul 09 18:51:59 2007 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Jul 09 18:51:59 2007 +0200 |
tree | f8106b8a82d4abe9c3b217c7ca96307539a945ad | |
parent | dd41f596cda0d7d6e4a8b139ffdfabcefdd46528 [diff] |
sched: x86, track TSC-unstable events track TSC-unstable events and propagate it to the scheduler code. Also allow sched_clock() to be used when the TSC is unstable, the rq_clock() wrapper creates a reliable clock out of it. Signed-off-by: Ingo Molnar <mingo@elte.hu>