From 4b901ac678b390b1d7dbb9f14c43dcc4fb8677b5 Mon Sep 17 00:00:00 2001 From: Jason Liu Date: Sun, 7 Apr 2013 09:10:25 +0800 Subject: ENGR00257658 Revert "ENGR00256893-1 MX6Q/DL-Fix Ethernet performance issue This reverts commit 067c8dcfa79a169d86809272569fe734c4222c79. i.mx6dl/dq sabreauto/sabresd board will boot up failed randomly with this patch-set, thus revert it. [Jason] Signed-off-by: Jason Liu Signed-off-by: Huang Shijie --- arch/arm/mach-mx6/system.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'arch/arm/mach-mx6/system.c') diff --git a/arch/arm/mach-mx6/system.c b/arch/arm/mach-mx6/system.c index c9f520a85ba8..f6ffa2999ed2 100644 --- a/arch/arm/mach-mx6/system.c +++ b/arch/arm/mach-mx6/system.c @@ -57,7 +57,6 @@ volatile unsigned int num_cpu_idle; volatile unsigned int num_cpu_idle_lock = 0x0; int wait_mode_arm_podf; int cur_arm_podf; -bool enet_is_active; void arch_idle_with_workaround(int cpu); extern void *mx6sl_wfi_iram_base; @@ -407,7 +406,7 @@ void arch_idle_multi_core(void) void arch_idle(void) { - if (enable_wait_mode && !enet_is_active) { + if (enable_wait_mode) { mxc_cpu_lp_set(WAIT_UNCLOCKED_POWER_OFF); if (mem_clk_on_in_wait) { u32 reg; -- cgit v1.2.3