From 51982332f2bf6626c6d3a5db5d22e389c9bdf17c Mon Sep 17 00:00:00 2001 From: Owain Ainsworth Date: Fri, 29 Aug 2008 15:15:00 +0000 Subject: Build with mtrr support on amd64. This really should have gone in in edmonton, but I forgot. ok and extra testing phessler@. --- sys/dev/pci/drm/drmP.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sys') 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 */ -- cgit v1.2.3