From: Tetsuyuki Kobayashi Date: Mon, 22 Jul 2013 13:58:17 +0000 (+0100) Subject: ARM: 7788/1: elf: fix lpae hwcap feature reporting in proc/cpuinfo X-Git-Tag: v3.11-rc4~12^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab8d46c0609843a83aef3f486365ca5e7c21d537;p=pandora-kernel.git ARM: 7788/1: elf: fix lpae hwcap feature reporting in proc/cpuinfo Commit a469abd0f868 ("ARM: elf: add new hwcap for identifying atomic ldrd/strd instructions") added a new hwcap to identify LPAE on CPUs which support it. Whilst the hwcap data is correct, the string reported in /proc/cpuinfo actually matches on HWCAP_VFPD32, which was missing an entry in the string table. This patch fixes this problem by adding a "vfpd32" string at the correct offset, preventing us from falsely advertising LPAE on CPUs which do not support it. [will: added commit message] Acked-by: Will Deacon Tested-by: Will Deacon Signed-off-by: Tetsuyuki Kobayashi Signed-off-by: Will Deacon Signed-off-by: Russell King --- Reading git-diff-tree failed