summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.9/995-mpcore_twd_calibrate_single_core.patch
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-04-15 16:10:01 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-04-15 16:10:01 +0000
commit91718a50f4e50bbd57e64bc36c148d2731b51670 (patch)
tree3d1220b453e500f5ed23a83b9ec3cdba2223d951 /target/linux/generic/patches-3.9/995-mpcore_twd_calibrate_single_core.patch
parentc40bdc5e6f1d367a889366d3d4d3147f9ce04e8c (diff)
[generic/3.9]: refresh against -rc7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36340 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 447aaca5b..70411160f 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);
}