#define SCU_CTRL 0x00
#define SCU_STANDBY_EN (1 << 5)
-#define SCU_SPECULATIVE_LINEFILLS_EN (1 << 3)
#ifdef CONFIG_FIQ
static void gic_raise_softirq_non_secure(const struct cpumask *mask, unsigned int irq)
set_cpu_present(i, true);
#endif
- writel_relaxed(readl_relaxed(RK30_SCU_BASE + SCU_CTRL) | SCU_STANDBY_EN | SCU_SPECULATIVE_LINEFILLS_EN, RK30_SCU_BASE + SCU_CTRL);
+ writel_relaxed(readl_relaxed(RK30_SCU_BASE + SCU_CTRL) | SCU_STANDBY_EN, RK30_SCU_BASE + SCU_CTRL);
scu_enable(RK30_SCU_BASE);
}