diff options
author | Adam Jackson <ajax@redhat.com> | 2014-05-02 13:00:21 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2014-09-16 11:58:53 -0400 |
commit | 2e21c081d34d52ee49ac00a294d2e74caf529818 (patch) | |
tree | 09620ba4cced276b94f005f1fa54a9ecf99fade9 /include/xorg-config.h.in | |
parent | c42712ab4d8eec56704ad5422d8f54befeb1e886 (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/xorg-config.h.in')
-rw-r--r-- | include/xorg-config.h.in | 6 |
1 files changed, 0 insertions, 6 deletions
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 |