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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 19 Aug 2020 06:23:25 +0000 (08:23 +0200)
commit1e2ee6ae45dcb563ffdb951e888b96b0b5d53747
treee9ab5e952d6279cf49192e4c1c448691d01145c6
parentcdbaa685222f1f312c79705aa3f253421d1465d2
x86, sched: Bail out of frequency invariance if turbo_freq/base_freq gives 0

[ Upstream commit f4291df103315a696f0b8c4f45ca8ae773c17441 ]

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
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/x86/kernel/smpboot.c