============= PATCH FOLLOWS =============
commit efcd307a23636b25828dffc6224a788df0bb96d0
Author: Eric Miao <eric.y.miao@gmail.com>
Date: Wed Jan 27 21:55:13 2010 +0800
UBUNTU: SAUCE: Enable CPUFREQ by default
BugLink: http://bugs.launchpad.net/bugs/513254
CPUFREQ isn't enabled even if the support is compiled in, unless turned
on explicitly in command line by 'cpufreq_enable'. Change the option to
'cpufreq_disable' so user can still turn this off in command line, but
make CPUFREQ enabled by default.
Signed-off-by: Eric Miao <eric.miao@canonical.com>
diff --git a/arch/arm/mach-dove/common.c b/arch/arm/mach-dove/common.c
index 903cf36..f7d808b 100755
--- a/arch/arm/mach-dove/common.c
+++ b/arch/arm/mach-dove/common.c
@@ -169,14 +169,14 @@ static int __init pm_disable_setup(char *__unused)