From: jsg Date: Thu, 18 Aug 2022 13:05:43 +0000 (+0000) Subject: repair printing of cpu class after machdep.c 1.652 X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=c71c31e870a3ba852be1a0605f03f6b9942ca01e;p=openbsd repair printing of cpu class after machdep.c 1.652 ok daniel@ mlarkin@ --- diff --git a/sys/arch/i386/i386/machdep.c b/sys/arch/i386/i386/machdep.c index e4cb15b4dc1..2a00b605675 100644 --- a/sys/arch/i386/i386/machdep.c +++ b/sys/arch/i386/i386/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.652 2022/08/15 04:17:50 daniel Exp $ */ +/* $OpenBSD: machdep.c,v 1.653 2022/08/18 13:05:43 jsg Exp $ */ /* $NetBSD: machdep.c,v 1.214 1996/11/10 03:16:17 thorpej Exp $ */ /*- @@ -509,6 +509,7 @@ const struct cpu_nocpuid_nameclass i386_nocpuid_cpus[] = { }; const char *classnames[] = { + "", "486", "586", "686"