patch-2.3.46 linux/include/asm-i386/floppy.h
Next file: linux/include/asm-i386/page.h
Previous file: linux/include/asm-arm/page.h
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Wed Feb 16 12:55:09 2000
-  Orig file: 
v2.3.45/linux/include/asm-i386/floppy.h
-  Orig date: 
Wed Aug 18 16:43:32 1999
diff -u --recursive --new-file v2.3.45/linux/include/asm-i386/floppy.h linux/include/asm-i386/floppy.h
@@ -190,7 +190,7 @@
 
 static unsigned long dma_mem_alloc(unsigned long size)
 {
-	return __get_dma_pages(GFP_KERNEL,__get_order(size));
+	return __get_dma_pages(GFP_KERNEL,get_order(size));
 }
 
 
@@ -207,7 +207,7 @@
 	if((unsigned int) addr >= (unsigned int) high_memory)
 		return vfree((void *)addr);
 	else
-		free_pages(addr, __get_order(size));		
+		free_pages(addr, get_order(size));		
 }
 
 #define fd_dma_mem_free(addr, size)  _fd_dma_mem_free(addr, size) 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)