Update of /cvsroot/linux-mips/linux/include/asm-mips
In directory usw-pr-cvs1:/tmp/cvs-serv7735
Modified Files:
pci.h
Log Message:
pci_map_page fixes.
Index: pci.h
===================================================================
RCS file: /cvsroot/linux-mips/linux/include/asm-mips/pci.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- pci.h 2001/11/06 09:10:22 1.6
+++ pci.h 2001/11/12 18:41:36 1.7
@@ -130,6 +130,7 @@
BUG();
addr = (unsigned long) page_address(page);
+ addr += offset;
#ifndef CONFIG_COHERENT_IO
dma_cache_wback_inv(addr, size);
#endif
|