diff options
Diffstat (limited to 'bsd')
-rw-r--r-- | bsd/drm_memory.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bsd/drm_memory.h b/bsd/drm_memory.h index af8736c1..c871274e 100644 --- a/bsd/drm_memory.h +++ b/bsd/drm_memory.h @@ -126,6 +126,7 @@ int DRM(unbind_agp)(agp_memory *handle) } #endif /* __REALLY_HAVE_AGP */ +#if __REALLY_HAVE_MTRR #ifdef __FreeBSD__ int DRM(mtrr_add)(unsigned long offset, size_t size, int flags) @@ -181,5 +182,6 @@ DRM(mtrr_del)(unsigned long offset, size_t size, int flags) return mtrr_set(&mtrrmap, &one, NULL, MTRR_GETSET_KERNEL); } #endif +#endif /* __REALLY_HAVE_MTRR */ #endif /* DEBUG_MEMORY */ |