From 269555910ba033c4a3e9a17e0d2e030526389910 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E9=BB=84=E6=B6=9B?= Date: Mon, 8 Oct 2012 14:49:06 +0800 Subject: [PATCH] Revert "rk30: scu enable speculative linefills" This reverts commit 5adf4d05e63eeb146a8b53c562637586dd39838a. --- arch/arm/mach-rk30/platsmp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/arm/mach-rk30/platsmp.c b/arch/arm/mach-rk30/platsmp.c index d44c80d4eeda..6c3ff7a051df 100755 --- a/arch/arm/mach-rk30/platsmp.c +++ b/arch/arm/mach-rk30/platsmp.c @@ -20,7 +20,6 @@ #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) @@ -131,7 +130,7 @@ void __init platform_smp_prepare_cpus(unsigned int max_cpus) 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); } -- 2.34.1