commit | 9ccc906c97e34fd91dc6aaf5b69b52d824386910 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Tue May 13 12:31:00 2008 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Fri May 23 14:08:06 2008 +0200 |
tree | f494f852fbbc4aef95ab92ca45dfdd14c819fc72 | |
parent | b6db80ee1331e7beaeb91b4b3d946dd16c72e388 [diff] |
x86: distangle user disabled TSC from unstable tsc_enabled is set to 0 from the command line switch "notsc" and from the mark_tsc_unstable code. Seperate those functionalities and replace tsc_enable with tsc_disable. This makes also the native_sched_clock() decision when to use TSC understandable. Preparatory patch to solve the sched_clock() issue on 32 bit. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>