MTRR issue with SMP and -stable seems to be resolved. Re-enable MTRRs on

4.x
This commit is contained in:
Eric Anholt 2003-10-02 03:51:49 +00:00
parent e5546d2f26
commit 8fe6a0d6c9
2 changed files with 2 additions and 2 deletions

View 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

View 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