Revert "procfs cpuinfo: use sequence number as processor"

This reverts commit bb7e140655.

Change-Id: If0c1719986706511c1e57d06bc61923d1adfc0aa
This commit is contained in:
Balazs Gerofi
2020-04-22 09:33:49 +09:00
committed by Masamichi Takagi
parent 5f5b9f94d1
commit fd941dad44
6 changed files with 1 additions and 126 deletions

View File

@ -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++) {