OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Gordon Willem Klok (gwkcvs.openbsd.org)
Date: Sun Sep 30 2007 - 12:50:21 CDT


CVSROOT: /cvs
Module name: src
Changes by: gwkcvs.openbsd.org 2007/09/30 11:50:20

Modified files:
        sys/arch/i386/i386: machdep.c

Log message:
On i386, only call amd64_errata() on amd64 processors (family 0xf),
tested by krw. This diff by itself is insufficient to ensure that
we are only running on an amd64: todd's machine is a mobile Athlon XP
that has a cpuid family of 0xf but is not an amd64 processor so more
must be done but this should prevent the vast majority of cases.

ok tom