]> git.itanic.dy.fi Git - linux-stable/commit
parisc: Merge model and model name into one line in /proc/cpuinfo
authorHelge Deller <deller@gmx.de>
Sun, 3 Apr 2022 19:57:51 +0000 (21:57 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 12 May 2022 10:17:08 +0000 (12:17 +0200)
commit4bf68b364a7dc9fdfe9690ed721410db2d14e7c4
tree2088f00c89e4b189ca0e6b773cdad8150df934c2
parenta64e4e7b865bdf072ff59856fd0f581571b8c986
parisc: Merge model and model name into one line in /proc/cpuinfo

commit 5b89966bc96a06f6ad65f64ae4b0461918fcc9d3 upstream.

The Linux tool "lscpu" shows the double amount of CPUs if we have
"model" and "model name" in two different lines in /proc/cpuinfo.
This change combines the model and the model name into one line.

Signed-off-by: Helge Deller <deller@gmx.de>
Cc: stable@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/parisc/kernel/processor.c