]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: 7830/1: delay: don't bother reporting bogomips in /proc/cpuinfo
authorWill Deacon <will.deacon@arm.com>
Fri, 30 Aug 2013 17:10:16 +0000 (18:10 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 2 Sep 2013 12:50:00 +0000 (13:50 +0100)
commit0fd5ee6335b012a65d6e8e5a429499415cb92557
tree3f5b245875f355ee5af3ee3ea3af4db197860353
parentb74ef85775696d0984ad1e01a862569e5d452e1d
ARM: 7830/1: delay: don't bother reporting bogomips in /proc/cpuinfo

Now that we support a timer-backed delay loop, I'm quickly getting sick
and tired of people complaining that their beloved bogomips value has
decreased. You know who you are!

This patch removes the bogomips line from /proc/cpuinfo, based on the
reasoning that any program parsing this is already broken and, as such,
won't be further broken if the field is removed.

Acked-by: Nicolas Pitre <nico@linaro.org>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/setup.c
arch/arm/kernel/smp.c