summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2014-05-02 13:00:21 -0400
committerAdam Jackson <ajax@redhat.com>2014-09-16 11:58:53 -0400
commit2e21c081d34d52ee49ac00a294d2e74caf529818 (patch)
tree09620ba4cced276b94f005f1fa54a9ecf99fade9 /include
parentc42712ab4d8eec56704ad5422d8f54befeb1e886 (diff)
xfree86: Remove the memory of MTRR awareness
pciaccess does this for us, and none of our internal hooks really remain. This does remove a cleanup pass from the BSD code, but the case it's covering (a previous server leaving MTRRs around) can't happen anymore. Reviewed-by: Eric Anholt <eric@anholt.net> Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/dix-config.h.in3
-rw-r--r--include/xorg-config.h.in6
2 files changed, 0 insertions, 9 deletions
diff --git a/include/dix-config.h.in b/include/dix-config.h.in
index 2203f82b4..4268b8f2e 100644
--- a/include/dix-config.h.in
+++ b/include/dix-config.h.in
@@ -57,9 +57,6 @@
/* Support SHM */
#undef HAS_SHM
-/* Define to 1 if you have the <asm/mtrr.h> header file. */
-#undef HAVE_ASM_MTRR_H
-
/* Has backtrace support */
#undef HAVE_BACKTRACE
diff --git a/include/xorg-config.h.in b/include/xorg-config.h.in
index 629ae4057..7c03126e1 100644
--- a/include/xorg-config.h.in
+++ b/include/xorg-config.h.in
@@ -82,12 +82,6 @@
/* Building vgahw module */
#undef WITH_VGAHW
-/* Define to 1 if NetBSD built-in MTRR support is available */
-#undef HAS_MTRR_BUILTIN
-
-/* Define to 1 if BSD MTRR support is available */
-#undef HAS_MTRR_SUPPORT
-
/* NetBSD PIO alpha IO */
#undef USE_ALPHA_PIO