summaryrefslogtreecommitdiffstats
path: root/Documentation/releases
diff options
context:
space:
mode:
authorVasant Hegde2016-03-14 15:48:07 +0100
committerKarel Zak2016-03-14 16:17:19 +0100
commit3ac03fe4d20558b55635a048d7f2fb0f5e85ee2a (patch)
treed2b531b930de8914467ad23a53e8f52357d78795 /Documentation/releases
parentunshare: tiny change (diff)
downloadkernel-qcow2-util-linux-3ac03fe4d20558b55635a048d7f2fb0f5e85ee2a.tar.gz
kernel-qcow2-util-linux-3ac03fe4d20558b55635a048d7f2fb0f5e85ee2a.tar.xz
kernel-qcow2-util-linux-3ac03fe4d20558b55635a048d7f2fb0f5e85ee2a.zip
lscpu: Fix model and model name on Power Systems
On Power System, lspcu presently displays system model number instead of processor model name. 'model' tag in cpuinfo contains system model name, not processor model. Instead it uses 'cpu' tag for processor model name. Also it uses 'revision' tag for processor model. Fix lspcu so that it displays processor model number. Also display processor model name. cpuinfo output on Power System: ... ... processor : 127 cpu : POWER8E (raw), altivec supported clock : 4322.000000MHz revision : 2.1 (pvr 004b 0201) timebase : 512000000 platform : PowerNV model : 8286-42A machine : PowerNV 8286-42A firmware : OPAL Output without this patch: Architecture: ppc64le Byte Order: Little Endian CPU(s): 128 On-line CPU(s) list: 0-127 Thread(s) per core: 8 Core(s) per socket: 4 Socket(s): 4 NUMA node(s): 4 Model: 8286-42A ... ... Output with this patch: Architecture: ppc64le Byte Order: Little Endian CPU(s): 128 On-line CPU(s) list: 0-127 Thread(s) per core: 8 Core(s) per socket: 4 Socket(s): 4 NUMA node(s): 4 Model: 2.1 (pvr 004b 0201) Model name: POWER8E (raw), altivec supported ... ... Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
Diffstat (limited to 'Documentation/releases')
0 files changed, 0 insertions, 0 deletions