patch-2.1.51 linux/include/asm-mips/floppy.h

Next file: linux/include/asm-mips/gfx.h
Previous file: linux/include/asm-mips/checksum.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.50/linux/include/asm-mips/floppy.h linux/include/asm-mips/floppy.h
@@ -71,7 +71,7 @@
 {       
 #ifdef CONFIG_MIPS_JAZZ
         if (mips_machgroup == MACH_GROUP_JAZZ)
-		vdma_free(PHYSADDR(addr));
+		vdma_free(vdma_phys2log(PHYSADDR(addr)));
 #endif
 	free_pages(addr, __get_order(size));	
 }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov