x86/cpu: Remove the pointless CPU printout
authorThomas Gleixner <tglx@linutronix.de>
Tue, 5 Jun 2018 22:36:15 +0000 (00:36 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 15 Aug 2018 16:12:52 +0000 (18:12 +0200)
commit728ac48249f620182eb7ad065a0d7064b6f17e2b
treefdb650d785afac19f639ac924b9c11af0e0fb3ac
parentc5ac43ee8c77b1a38d5223bb8a688b2116f1f958
x86/cpu: Remove the pointless CPU printout

commit 55e6d279abd92cfd7576bba031e7589be8475edb upstream

The value of this printout is dubious at best and there is no point in
having it in two different places along with convoluted ways to reach it.

Remove it completely.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Acked-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/x86/kernel/cpu/common.c
arch/x86/kernel/cpu/topology.c