summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrange <grange@openbsd.org>2003-09-02 17:35:53 +0000
committergrange <grange@openbsd.org>2003-09-02 17:35:53 +0000
commitd18c9c4b44a33bf24c9a2090cb53d763accc9dc0 (patch)
treec731818bba1af64d979228e1eb139cb176859099
parentjust like mvme68k; miod ok (diff)
downloadwireguard-openbsd-d18c9c4b44a33bf24c9a2090cb53d763accc9dc0.tar.xz
wireguard-openbsd-d18c9c4b44a33bf24c9a2090cb53d763accc9dc0.zip
Revert the last change since both Pentium 4 and Mobile Pentium 4
can be with model = 2. Better cpu ident will be after 3.4. Problem noted by Wouter Clarie <rimshot@pandora.be>. ok deraadt@
-rw-r--r--sys/arch/i386/i386/machdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/machdep.c b/sys/arch/i386/i386/machdep.c
index c2daaa9b568..e0fcaf7d30a 100644
--- a/sys/arch/i386/i386/machdep.c
+++ b/sys/arch/i386/i386/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.241 2003/08/19 04:35:16 grange Exp $ */
+/* $OpenBSD: machdep.c,v 1.242 2003/09/02 17:35:53 grange Exp $ */
/* $NetBSD: machdep.c,v 1.214 1996/11/10 03:16:17 thorpej Exp $ */
/*-
@@ -749,7 +749,7 @@ const struct cpu_cpuid_nameclass i386_cpuid_cpus[] = {
{
CPUCLASS_686,
{
- "Pentium 4", 0, "Mobile Pentium 4-M", 0,
+ "Pentium 4", 0, 0, 0,
0, 0, 0, 0,
0, 0, 0, 0,
0, 0, 0, 0,