mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-30 07:20:16 +01:00
Move the REALLY_HAVE_AGP endif above the mtrr functions. Broke tdfx module.
This commit is contained in:
parent
b79d1b341f
commit
451a1d3f69
2 changed files with 2 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue