]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/char/agp/ali-agp.c
intel_agp: official name for GM45 chipset
[linux-2.6-omap-h63xx.git] / drivers / char / agp / ali-agp.c
index aa5ddb716ffb4e613d6018b94db5651af9137ea8..1ffb381130c3188c4e89e501e454aeee58c70b40 100644 (file)
@@ -145,7 +145,6 @@ static void *m1541_alloc_page(struct agp_bridge_data *bridge)
        void *addr = agp_generic_alloc_page(agp_bridge);
        u32 temp;
 
-       global_flush_tlb();
        if (!addr)
                return NULL;
 
@@ -162,7 +161,6 @@ static void ali_destroy_page(void * addr, int flags)
                if (flags & AGP_PAGE_DESTROY_UNMAP) {
                        global_cache_flush();   /* is this really needed?  --hch */
                        agp_generic_destroy_page(addr, flags);
-                       global_flush_tlb();
                } else
                        agp_generic_destroy_page(addr, flags);
        }