]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/mips/mm/cache.c
[SCSI] Merge up to linux-2.6 head
[linux-2.6-omap-h63xx.git] / arch / mips / mm / cache.c
index 4e8f1b683376da43cf87d2dcf23e1ddf6459240c..abf99b1eba136b3742ff10b791c45f8d0684ed4f 100644 (file)
@@ -96,7 +96,7 @@ void __flush_anon_page(struct page *page, unsigned long vmaddr)
 
                kaddr = kmap_coherent(page, vmaddr);
                flush_data_cache_page((unsigned long)kaddr);
-               kunmap_coherent(kaddr);
+               kunmap_coherent();
        }
 }