Merge tag 'timers-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / arch / arm / mach-shmobile / platsmp-scu.c
index fcfcef1..3849f71 100644 (file)
@@ -64,7 +64,7 @@ static int shmobile_smp_scu_psr_core_disabled(int cpu)
 {
        unsigned long mask = SCU_PM_POWEROFF << (cpu * 8);
 
-       if ((__raw_readl(shmobile_scu_base + 8) & mask) == mask)
+       if ((readl(shmobile_scu_base + 8) & mask) == mask)
                return 1;
 
        return 0;