Re: [PATCH] x86: tsc: Add missing Cherrytrail frequency to the table

2016-05-11 Thread Compostella, Jeremy
Intel Cherrytrail is based on Airmont core so MSR_FSB_FREQ[2:0] = 4 means that the CPU reference clock runs at 80MHz. Add this missing frequency to the table. Signed-off-by: Jeremy Compostella --- arch/x86/kernel/tsc_msr.c | 4 1 file changed, 4 insertions(+) diff --git a/arch/x86/kernel/

[PATCH] x86: tsc: Add missing Cherrytrail frequency to the table

2016-05-11 Thread Compostella, Jeremy
Intel Cherrytrail is based on Airmont core so MSR_FSB_FREQ[2:0] = 4 means that the CPU reference clock runs at 80MHz. Add this missing frequency to the table. Signed-off-by: Jeremy Compostella --- arch/x86/kernel/tsc_msr.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/x86/kernel/t