| .. | .. |
|---|
| 324 | 324 | |
|---|
| 325 | 325 | pci_read_config_dword(pdev, I3000_MCHBAR, (u32 *) & mchbar); |
|---|
| 326 | 326 | mchbar &= I3000_MCHBAR_MASK; |
|---|
| 327 | | - window = ioremap_nocache(mchbar, I3000_MMR_WINDOW_SIZE); |
|---|
| 327 | + window = ioremap(mchbar, I3000_MMR_WINDOW_SIZE); |
|---|
| 328 | 328 | if (!window) { |
|---|
| 329 | 329 | printk(KERN_ERR "i3000: cannot map mmio space at 0x%lx\n", |
|---|
| 330 | 330 | mchbar); |
|---|
| .. | .. |
|---|
| 508 | 508 | |
|---|
| 509 | 509 | edac_dbg(3, "MC:\n"); |
|---|
| 510 | 510 | |
|---|
| 511 | | - /* Ensure that the OPSTATE is set correctly for POLL or NMI */ |
|---|
| 512 | | - opstate_init(); |
|---|
| 511 | + /* Ensure that the OPSTATE is set correctly for POLL or NMI */ |
|---|
| 512 | + opstate_init(); |
|---|
| 513 | 513 | |
|---|
| 514 | 514 | pci_rc = pci_register_driver(&i3000_driver); |
|---|
| 515 | 515 | if (pci_rc < 0) |
|---|