mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-07 14:38:05 +02:00
MTRR issue with SMP and -stable seems to be resolved. Re-enable MTRRs on
4.x
This commit is contained in:
parent
e5546d2f26
commit
8fe6a0d6c9
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue