]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/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)
committerStefan Bader <stefan.bader@canonical.com>
Wed, 22 Jun 2022 12:23:07 +0000 (14:23 +0200)
commit7fdd1b0efd83bcb451e7bf47d393780612380263
tree2c2483944c7c73bc3b51f0e77e1da0018e0d89e6
parent9d71a704a4e2341fcd61e972e26c39c6697cb079
parisc: Merge model and model name into one line in /proc/cpuinfo

BugLink: https://bugs.launchpad.net/bugs/1978240
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>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
arch/parisc/kernel/processor.c