* 'nortas' of https://github.com/gyakovlev/util-linux:
  lscpu: fix build on powerpc
This commit is contained in:
Karel Zak 2021-06-03 12:25:35 +02:00
commit 780f0f8183
1 changed files with 2 additions and 2 deletions

View File

@ -724,7 +724,7 @@ int lscpu_read_archext(struct lscpu_cxt *cxt)
}
#if defined(HAVE_LIBRTAS)
/* Get PowerPC speficic info */
/* Get PowerPC specific info */
if (!cxt->noalive) {
int rc, len, ntypes;
@ -745,8 +745,8 @@ int lscpu_read_archext(struct lscpu_cxt *cxt)
ct->physsockets = strbe16toh(buf, 4);
ct->physchips = strbe16toh(buf, 6);
ct->physcoresperchip = strbe16toh(buf, 8);
nortas:
}
nortas:
#endif
return 0;
}