-
- Downloads
x86: merge sched_clock handling
Move the basic global variable definitions and sched_clock handling in the common "tsc.c" file. - Unify notsc kernel command line handling for 32 bit and 64bit. - Functional changes for 64bit. - "tsc_disabled" is updated if "notsc" is passed at boottime. - Fallback to jiffies for sched_clock, incase notsc is passed on commandline. Signed-off-by:Alok N Kataria <akataria@vmware.com> Signed-off-by:
Dan Hecht <dhecht@vmware.com> Cc: Dan Hecht <dhecht@vmware.com> Signed-off-by:
Ingo Molnar <mingo@elte.hu>
Showing
- arch/x86/kernel/Makefile 1 addition, 1 deletionarch/x86/kernel/Makefile
- arch/x86/kernel/time_32.c 0 additions, 3 deletionsarch/x86/kernel/time_32.c
- arch/x86/kernel/tsc.c 86 additions, 0 deletionsarch/x86/kernel/tsc.c
- arch/x86/kernel/tsc_32.c 2 additions, 84 deletionsarch/x86/kernel/tsc_32.c
- arch/x86/kernel/tsc_64.c 11 additions, 56 deletionsarch/x86/kernel/tsc_64.c
Loading
Please register or sign in to comment