From: Heiko Carstens <heiko.carstens@xxxxxxxxxx> Just make the s390 bogomips detection line look like all others. Signed-off-by: Heiko Carstens <heiko.carstens@xxxxxxxxxx> --- sys-utils/lscpu.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- a/sys-utils/lscpu.c +++ b/sys-utils/lscpu.c @@ -434,8 +434,7 @@ read_basicinfo(struct lscpu_desc *desc) else if (lookup(buf, "features", &desc->flags)) ; /* s390 */ else if (lookup(buf, "type", &desc->flags)) ; /* sparc64 */ else if (lookup(buf, "bogomips", &desc->bogomips)) ; - /* S390 */ - else if (lookup(buf, "bogomips per cpu", &desc->bogomips)) ; + else if (lookup(buf, "bogomips per cpu", &desc->bogomips)) ; /* s390 */ else continue; } -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html