diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2008-08-29 15:15:00 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2008-08-29 15:15:00 +0000 |
commit | 51982332f2bf6626c6d3a5db5d22e389c9bdf17c (patch) | |
tree | 3a98d86582cfea10aedb0107949c7466f86cad6c /sys | |
parent | af9ec2d6d3007a48006d24a48b742ffee13484c3 (diff) |
Build with mtrr support on amd64. This really should have gone in in
edmonton, but I forgot.
ok and extra testing phessler@.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/drm/drmP.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/pci/drm/drmP.h b/sys/dev/pci/drm/drmP.h index 83a42774a61..11de10eb853 100644 --- a/sys/dev/pci/drm/drmP.h +++ b/sys/dev/pci/drm/drmP.h @@ -73,10 +73,6 @@ #include "drm_atomic.h" #include "drm_internal.h" -#ifdef __amd64__ -#define DRM_NO_MTRR -#endif /* Until the mtrr apis are merged. */ - #define DRM_KERNEL_CONTEXT 0 /* Change drm_resctx if changed */ #define DRM_RESERVED_CONTEXTS 1 /* Change drm_resctx if changed */ |