artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f987ed
)
repair printing of cpu class after machdep.c 1.652
author
jsg
<jsg@openbsd.org>
Thu, 18 Aug 2022 13:05:43 +0000
(13:05 +0000)
committer
jsg
<jsg@openbsd.org>
Thu, 18 Aug 2022 13:05:43 +0000
(13:05 +0000)
ok daniel@ mlarkin@
sys/arch/i386/i386/machdep.c
patch
|
blob
|
history
diff --git
a/sys/arch/i386/i386/machdep.c
b/sys/arch/i386/i386/machdep.c
index
e4cb15b
..
2a00b60
100644
(file)
--- a/
sys/arch/i386/i386/machdep.c
+++ b/
sys/arch/i386/i386/machdep.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: machdep.c,v 1.65
2 2022/08/15 04:17:50 daniel Exp $
*/
+/* $OpenBSD: machdep.c,v 1.65
3 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"