From 8d3f3f4f9b8a5611888c35b7683661bcf52ef9cc Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Sun, 4 Mar 2001 19:19:20 +0000 Subject: Don't try and setup the MTRR for AGP when AGP not available. Check dev->agp, when agp_acquire called, and..... Uncomment MUST_HAVE_AGP around agp_* calls, so that support for both agp/pci can happen in a single kernel driver. --- linux-core/drm_memory.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'linux-core/drm_memory.h') diff --git a/linux-core/drm_memory.h b/linux-core/drm_memory.h index caf05394..e9d3a734 100644 --- a/linux-core/drm_memory.h +++ b/linux-core/drm_memory.h @@ -352,7 +352,6 @@ void DRM(ioremapfree)(void *pt, unsigned long size) } #if defined(CONFIG_AGP) || defined(CONFIG_AGP_MODULE) -#if __MUST_HAVE_AGP agp_memory *DRM(alloc_agp)(int pages, u32 type) { @@ -456,5 +455,4 @@ int DRM(unbind_agp)(agp_memory *handle) } return retcode; } -#endif #endif /* defined(CONFIG_AGP) || defined(CONFIG_AGP_MODULE) */ -- cgit v1.2.3