[v1 7/9] x86/tsc: use cpuid to determine CPU frequency

2017-03-22 Thread Pavel Tatashin
Newer processors implement cpuid extension to determine CPU frequency from cpuid. This patch adds a function that can do this early in boot. Signed-off-by: Pavel Tatashin --- arch/x86/kernel/tsc.c | 10 ++ 1 files changed, 6 insertions(+), 4 deletions(-)

[v1 7/9] x86/tsc: use cpuid to determine CPU frequency

2017-03-22 Thread Pavel Tatashin
Newer processors implement cpuid extension to determine CPU frequency from cpuid. This patch adds a function that can do this early in boot. Signed-off-by: Pavel Tatashin --- arch/x86/kernel/tsc.c | 10 ++ 1 files changed, 6 insertions(+), 4 deletions(-) diff --git