]> err.no Git - linux-2.6/blobdiff - drivers/parisc/eisa.c
[PATCH] Detaching fbcon: add capability to attach/detach fbcon
[linux-2.6] / drivers / parisc / eisa.c
index 3d94d86c1c9ffe79f1e823b1b3ddc0c29cc75d88..9d3bd15bf53be98c071b2c7d7585ba689974b6f9 100644 (file)
@@ -366,7 +366,7 @@ static int __devinit eisa_probe(struct parisc_device *dev)
                        eisa_dev.eeprom_addr = MIRAGE_EEPROM_BASE_ADDR;
                }
        }
-       eisa_eeprom_addr = ioremap(eisa_dev.eeprom_addr, HPEE_MAX_LENGTH);
+       eisa_eeprom_addr = ioremap_nocache(eisa_dev.eeprom_addr, HPEE_MAX_LENGTH);
        result = eisa_enumerator(eisa_dev.eeprom_addr, &eisa_dev.hba.io_space,
                        &eisa_dev.hba.lmmio_space);
        init_eisa_pic();