]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/clocksource/sh_tmu.c
powerpc/entry: Fix an #if which should be an #ifdef in entry_32.S
[linux.git] / drivers / clocksource / sh_tmu.c
index d49690d1553670e65bede80e78e2e07e648b5ecd..d41df9ba3725d0d2462a3db9a363e0501f4753a4 100644 (file)
@@ -486,7 +486,7 @@ static int sh_tmu_map_memory(struct sh_tmu_device *tmu)
                return -ENXIO;
        }
 
-       tmu->mapbase = ioremap_nocache(res->start, resource_size(res));
+       tmu->mapbase = ioremap(res->start, resource_size(res));
        if (tmu->mapbase == NULL)
                return -ENXIO;