Problem in physmap.c

Simon Munton Simon.Munton at m4data.co.uk
Wed Jul 19 04:05:54 EDT 2000


The call to ioremap() in init_physmap() has its arguments swapped:

currently it is
	physmap_map.map_priv_1 = (unsigned long)ioremap(WINDOW_SIZE,
WINDOW_ADDR);

and it should be:
	physmap_map.map_priv_1 = (unsigned long)ioremap(WINDOW_ADDR,
WINDOW_SIZE);


========================================================
Simon Munton	simonm at m4data.co.uk
M4 Data Ltd	Tel: 44-1749-683800
Mendip Court, Bath Rd, Wells	Fax: 44-1749-673928
Somerset, BA5 3DG, England




To unsubscribe, send "unsubscribe mtd-cvs" to majordomo at infradead.org



More information about the linux-mtd-cvs mailing list