From 897274c2078ac2bda3d76cb6f22900a0020b6e16 Mon Sep 17 00:00:00 2001 From: Anson Huang Date: Fri, 23 Dec 2011 16:07:50 +0800 Subject: [PATCH] ENGR00170897 [MX6]Enable WAIT mode by default NFS can work with WAIT mode only if the NFS use TCPIP protoco, in order to test more features of WAIT mode, we enable it by default and make sure NFS is using TCPIP protocol. Signed-off-by: Anson Huang --- arch/arm/mach-mx6/cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-mx6/cpu.c b/arch/arm/mach-mx6/cpu.c index 3b7a344a573b..81f691cb35b5 100644 --- a/arch/arm/mach-mx6/cpu.c +++ b/arch/arm/mach-mx6/cpu.c @@ -38,7 +38,7 @@ extern void mx6_wait(void); struct cpu_op *(*get_cpu_op)(int *op); -bool enable_wait_mode; +bool enable_wait_mode = true; u32 arm_max_freq = CPU_AT_1GHz; void __iomem *gpc_base; -- 2.39.5