flush_agp_mappings commit

main
Dave Airlie 2008-03-07 09:29:35 +10:00
parent 92a30dd608
commit 2540ea7dc6
1 changed files with 5 additions and 0 deletions

View File

@ -333,4 +333,9 @@ typedef _Bool bool;
extern void *kmap_atomic_prot_pfn(unsigned long pfn, enum km_type type,
pgprot_t protection);
#endif
#if !defined(flush_agp_mappings)
#define flush_agp_mappings() do {} while(0)
#endif
#endif