cyclades: use ioremap_nocache for clarity as proposed
Signed-off-by: Alan Cox <alan@redhat.com> Acked-by: Jiri Slaby <jirislaby@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
15ed6cc0ba
commit
cd989b3a8c
|
@ -4556,7 +4556,7 @@ static int __init cy_detect_isa(void)
|
||||||
return nboard;
|
return nboard;
|
||||||
|
|
||||||
/* probe for CD1400... */
|
/* probe for CD1400... */
|
||||||
cy_isa_address = ioremap(isa_address, CyISA_Ywin);
|
cy_isa_address = ioremap_nocache(isa_address, CyISA_Ywin);
|
||||||
if (cy_isa_address == NULL) {
|
if (cy_isa_address == NULL) {
|
||||||
printk(KERN_ERR "Cyclom-Y/ISA: can't remap base "
|
printk(KERN_ERR "Cyclom-Y/ISA: can't remap base "
|
||||||
"address\n");
|
"address\n");
|
||||||
|
|
Loading…
Reference in New Issue