Skip to content
Commit 9ccc906c authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

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: default avatarThomas Gleixner <tglx@linutronix.de>
parent b6db80ee
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment