From 127882371871bd0bdc6202a6439ed268c1274c4c Mon Sep 17 00:00:00 2001 From: oga Date: Fri, 29 Aug 2008 15:14:59 +0000 Subject: [PATCH] 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(-) 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 */ -- 2.20.1