From: Anson Huang Date: Fri, 23 Dec 2011 08:07:50 +0000 (+0800) Subject: ENGR00170897 [MX6]Enable WAIT mode by default X-Git-Tag: v3.0.35-fsl~1721 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=897274c2078ac2bda3d76cb6f22900a0020b6e16;p=karo-tx-linux.git 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 --- 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;