]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Fix misleading small cores print
authorMichael Neuling <mikey@neuling.org>
Thu, 28 May 2020 23:07:31 +0000 (09:07 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 2 Jun 2020 10:59:06 +0000 (20:59 +1000)
commit458b726d3990f102adc590a29540d00db8a0d3de
treed27298034511d490d7dc3e9482f4bf1692403352
parent6ab3be0c4812e91f72b2049fc8b0c41408beda18
powerpc: Fix misleading small cores print

Currently when we boot on a big core system, we get this print:
  [    0.040500] Using small cores at SMT level

This is misleading as we've actually detected big cores.

This patch clears up the print to say we've detect big cores but are
using small cores for scheduling.

Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200528230731.1235752-1-mikey@neuling.org
arch/powerpc/kernel/smp.c