summaryrefslogtreecommitdiffstats
path: root/arch/m32r/include/asm/shmparam.h
diff options
context:
space:
mode:
authorVitaly Kuzmichev <vkuzmichev@mvista.com>2011-07-07 15:56:05 +0200
committerRussell King <rmk+kernel@arm.linux.org.uk>2011-07-07 16:00:12 +0200
commit90c5ffe592ff3b33afe2bdfe5e9ec630fc599e32 (patch)
tree4598fd0acbc509d771d8ed69629ef41a308823c9 /arch/m32r/include/asm/shmparam.h
parentARM: 6987/1: l2x0: fix disabling function to avoid deadlock (diff)
downloadlinux-90c5ffe592ff3b33afe2bdfe5e9ec630fc599e32.tar.xz
linux-90c5ffe592ff3b33afe2bdfe5e9ec630fc599e32.zip
ARM: 6994/1: smp_twd: Fix typo in 'twd_timer_rate' printing
To get hundredths of MHz the rate needs to be divided by 10'000. Here is an example: twd_timer_rate = 123456789 Before the patch: twd_timer_rate / 1000000 = 123 (twd_timer_rate / 1000000) % 100 = 23 Result: 123.23MHz. After being fixed: twd_timer_rate / 1000000 = 123 (twd_timer_rate / 10000) % 100 = 45 Result: 123.45MHz. Signed-off-by: Vitaly Kuzmichev <vkuzmichev@mvista.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/m32r/include/asm/shmparam.h')
0 files changed, 0 insertions, 0 deletions