mtd/drivers/mtd/maps ichxrom.c,1.9,1.10

ebiederman at lnxi.com ebiederman at lnxi.com
Thu Aug 12 03:49:06 EDT 2004


Update of /home/cvs/mtd/drivers/mtd/maps
In directory phoenix.infradead.org:/tmp/cvs-serv5624/drivers/mtd/maps

Modified Files:
	ichxrom.c 
Log Message:
- Don't worry about ioremaping 16M in ichxrom 
- Update the prototypes of code chagnes in cfi_util in cfi.h


Index: ichxrom.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/ichxrom.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ichxrom.c	12 Aug 2004 06:40:23 -0000	1.9
+++ ichxrom.c	12 Aug 2004 07:49:04 -0000	1.10
@@ -183,7 +183,6 @@
 	}
 
 	/* Map the firmware hub into my address space. */
-	/* Does this use too much virtual address space? */
 	window->virt = ioremap_nocache(window->phys, window->size);
 	if (!window->virt) {
 		printk(KERN_ERR MOD_NAME ": ioremap(%08lx, %08lx) failed\n",





More information about the linux-mtd-cvs mailing list