kernel/drivers/tc/tc.c
.. .. @@ -47,7 +47,7 @@ 47 47 for (slot = 0; slot < tbus->num_tcslots; slot++) { 48 48 slotaddr = tbus->slot_base + slot * slotsize; 49 49 extslotaddr = tbus->ext_slot_base + slot * extslotsize; 50 - module = ioremap_nocache(slotaddr, slotsize);50 + module = ioremap(slotaddr, slotsize);51 51 BUG_ON(!module); 52 52 53 53 offset = TC_OLDCARD;