Revert "procfs cpuinfo: use sequence number as processor"
This reverts commit bb7e140655.
Change-Id: If0c1719986706511c1e57d06bc61923d1adfc0aa
This commit is contained in:
committed by
Masamichi Takagi
parent
5f5b9f94d1
commit
fd941dad44
@ -1279,7 +1279,7 @@ long ihk_mc_show_cpuinfo(char *buf, size_t buf_size, unsigned long read_off, int
|
||||
|
||||
/* generate strings */
|
||||
loff += scnprintf(lbuf + loff, lbuf_size - loff,
|
||||
"processor\t: %d\n", i);
|
||||
"processor\t: %d\n", cpuinfo->hwid);
|
||||
loff += scnprintf(lbuf + loff, lbuf_size - loff, "Features\t:");
|
||||
|
||||
for (j = 0; hwcap_str[j]; j++) {
|
||||
|
||||
Reference in New Issue
Block a user