https://github.com/torvalds/linux
Revision 25804e6a96681d5d2142058948e218999e4f547c authored by Steve Capper on 18 September 2013, 15:14:28 UTC, committed by Catalin Marinas on 20 September 2013, 08:56:07 UTC
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 <steve.capper@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
1 parent 6ca68e8
History
Tip revision: 25804e6a96681d5d2142058948e218999e4f547c authored by Steve Capper on 18 September 2013, 15:14:28 UTC
arm64: Widen hwcap to be 64 bit
Tip revision: 25804e6
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 1.1 KB
.mailmap -rw-r--r-- 4.4 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 93.1 KB
Kbuild -rw-r--r-- 2.5 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 256.8 KB
Makefile -rw-r--r-- 47.4 KB
README -rw-r--r-- 18.3 KB
REPORTING-BUGS -rw-r--r-- 7.3 KB

README

back to top