From: Steve Capper Date: Wed, 18 Sep 2013 15:14:28 +0000 (+0100) Subject: arm64: Widen hwcap to be 64 bit X-Git-Tag: v3.12-rc2~12^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25804e6a96681d5d2142058948e218999e4f547c;p=pandora-kernel.git arm64: Widen hwcap to be 64 bit Under arm64 elf_hwcap is a 32 bit quantity, but it is stored in a 64 bit auxiliary ELF field and glibc reads hwcap as 64 bit. This patch widens elf_hwcap to be 64 bit. Signed-off-by: Steve Capper Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed