x86, sched: Bail out of frequency invariance if turbo_freq/base_freq gives 0
authorGiovanni Gherdovich <ggherdovich@suse.cz>
Sun, 31 May 2020 18:24:53 +0000 (20:24 +0200)
committerPeter Zijlstra <peterz@infradead.org>
Mon, 15 Jun 2020 12:10:02 +0000 (14:10 +0200)
commitf4291df103315a696f0b8c4f45ca8ae773c17441
treefa256aada4d4d8fdc892be4b1b15e993b3b503b6
parent51beea8862a3095559862df39554f05042e1195b
x86, sched: Bail out of frequency invariance if turbo_freq/base_freq gives 0

Be defensive against the case where the processor reports a base_freq
larger than turbo_freq (the ratio would be zero).

Fixes: 1567c3e3467c ("x86, sched: Add support for frequency invariance")
Signed-off-by: Giovanni Gherdovich <ggherdovich@suse.cz>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Link: https://lkml.kernel.org/r/20200531182453.15254-4-ggherdovich@suse.cz
arch/x86/kernel/smpboot.c