]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: restore bogomips information in /proc/cpuinfo
authorYang Shi <yang.shi@linaro.org>
Wed, 18 Nov 2015 18:48:55 +0000 (10:48 -0800)
committerCatalin Marinas <catalin.marinas@arm.com>
Thu, 19 Nov 2015 17:57:18 +0000 (17:57 +0000)
commite54e74a3d0e76830eab2cec6466e412de91cd63e
treed839587c92f23e6c2087705a9723ab1bddf26359
parentac63db57e5319a5c0898d7e53fb377de1ff10b04
arm64: restore bogomips information in /proc/cpuinfo

As previously reported, some userspace applications depend on bogomips
showed by /proc/cpuinfo. Although there is much less legacy impact on
aarch64 than arm, it does break libvirt.

This patch reverts commit 6f3beac5ba1f ("arm64: delay: don't bother
reporting bogomips in /proc/cpuinfo"), but with some tweak due to
context change and without the pr_info().

Fixes: 6f3beac5ba1f ("arm64: delay: don't bother reporting bogomips in /proc/cpuinfo")
Signed-off-by: Yang Shi <yang.shi@linaro.org>
Acked-by: Will Deacon <will.deacon@arm.com>
Cc: <stable@vger.kernel.org> # 3.12+
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/cpuinfo.c