summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.9/995-mpcore_twd_calibrate_single_core.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2013-04-15 16:10:01 +0000
committerImre Kaloz <kaloz@openwrt.org>2013-04-15 16:10:01 +0000
commit57b68daee99c96fd122bb7e9b39e9065f00376cc (patch)
treefc0fc12af33e1aa65d5a8b3a0e227183dc09b5f5 /target/linux/generic/patches-3.9/995-mpcore_twd_calibrate_single_core.patch
parent25ffe0446cba3244f2c94f91b170b69ac86962e1 (diff)
downloadmaster-31e0f0ae-57b68daee99c96fd122bb7e9b39e9065f00376cc.tar.gz
master-31e0f0ae-57b68daee99c96fd122bb7e9b39e9065f00376cc.tar.bz2
master-31e0f0ae-57b68daee99c96fd122bb7e9b39e9065f00376cc.zip
refresh against -rc7
SVN-Revision: 36340
Diffstat (limited to 'target/linux/generic/patches-3.9/995-mpcore_twd_calibrate_single_core.patch')
-rw-r--r--target/linux/generic/patches-3.9/995-mpcore_twd_calibrate_single_core.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-3.9/995-mpcore_twd_calibrate_single_core.patch b/target/linux/generic/patches-3.9/995-mpcore_twd_calibrate_single_core.patch
index 447aaca5bc..70411160fa 100644
--- a/target/linux/generic/patches-3.9/995-mpcore_twd_calibrate_single_core.patch
+++ b/target/linux/generic/patches-3.9/995-mpcore_twd_calibrate_single_core.patch
@@ -1,6 +1,6 @@
--- a/arch/arm/kernel/smp_twd.c
+++ b/arch/arm/kernel/smp_twd.c
-@@ -186,7 +186,7 @@ core_initcall(twd_cpufreq_init);
+@@ -188,7 +188,7 @@ core_initcall(twd_cpufreq_init);
#endif
@@ -9,7 +9,7 @@
{
unsigned long count;
u64 waitjiffies;
-@@ -223,8 +223,11 @@ static void __cpuinit twd_calibrate_rate
+@@ -225,8 +225,11 @@ static void __cpuinit twd_calibrate_rate
printk("%lu.%02luMHz.\n", twd_timer_rate / 1000000,
(twd_timer_rate / 10000) % 100);
}