Date: Fri, 18 Jun 1999 12:24:44 -0700 (PDT) From: Brian Feldman <green@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 i686_mem.c Message-ID: <199906181924.MAA03081@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
green 1999/06/18 12:24:43 PDT
Modified files:
sys/i386/i386 i686_mem.c
Log:
Harmless change to prevent possible problems in the future. I made
sure that i686_mem was only used when
1. CPUID had MTRR set (this was there before)
2. the CPU was GenuineIntel (not there)
3. the CPU is a 686 (also not there)
This should prevent any problems with CPUs that set MTRR but aren't
compatibile with Intel's interface (none that I know of yet.)
Revision Changes Path
1.3 +4 -2 src/sys/i386/i386/i686_mem.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906181924.MAA03081>
