MTRR issue with SMP and -stable seems to be resolved. Re-enable MTRRs on
authorEric Anholt <anholt@freebsd.org>
Thu, 2 Oct 2003 03:51:49 +0000 (03:51 +0000)
committerEric Anholt <anholt@freebsd.org>
Thu, 2 Oct 2003 03:51:49 +0000 (03:51 +0000)
    4.x

bsd-core/drm_os_freebsd.h
bsd/drm_os_freebsd.h

index a5049f5..28751a2 100644 (file)
@@ -79,7 +79,7 @@
 #endif
 
 #ifdef __i386__
-#define __REALLY_HAVE_MTRR     (__HAVE_MTRR) && (__FreeBSD_version >= 500000)
+#define __REALLY_HAVE_MTRR     (__HAVE_MTRR) && (__FreeBSD_version >= 460000)
 #else
 #define __REALLY_HAVE_MTRR     0
 #endif
index a5049f5..28751a2 100644 (file)
@@ -79,7 +79,7 @@
 #endif
 
 #ifdef __i386__
-#define __REALLY_HAVE_MTRR     (__HAVE_MTRR) && (__FreeBSD_version >= 500000)
+#define __REALLY_HAVE_MTRR     (__HAVE_MTRR) && (__FreeBSD_version >= 460000)
 #else
 #define __REALLY_HAVE_MTRR     0
 #endif