Skip to content
Snippets Groups Projects
Commit 451a1d3f authored by Eric Anholt's avatar Eric Anholt
Browse files

Move the REALLY_HAVE_AGP endif above the mtrr functions. Broke tdfx module.

parent b79d1b34
Loading
......@@ -124,6 +124,7 @@ int DRM(unbind_agp)(agp_memory *handle)
{
return DRM(agp_unbind_memory)(handle);
}
#endif /* __REALLY_HAVE_AGP */
#ifdef __FreeBSD__
int
......@@ -181,5 +182,4 @@ DRM(mtrr_del)(unsigned long offset, size_t size, int flags)
}
#endif
#endif /* __REALLY_HAVE_AGP */
#endif /* DEBUG_MEMORY */
......@@ -124,6 +124,7 @@ int DRM(unbind_agp)(agp_memory *handle)
{
return DRM(agp_unbind_memory)(handle);
}
#endif /* __REALLY_HAVE_AGP */
#ifdef __FreeBSD__
int
......@@ -181,5 +182,4 @@ DRM(mtrr_del)(unsigned long offset, size_t size, int flags)
}
#endif
#endif /* __REALLY_HAVE_AGP */
#endif /* DEBUG_MEMORY */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment