]> Pileus Git - ~andy/linux/commit
arm64: Widen hwcap to be 64 bit
authorSteve Capper <Steve.Capper@arm.com>
Wed, 18 Sep 2013 15:14:28 +0000 (16:14 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Fri, 20 Sep 2013 08:56:07 +0000 (09:56 +0100)
commit25804e6a96681d5d2142058948e218999e4f547c
tree99d63cdc4ea8700013591057eed2addd921b56cc
parent6ca68e802612c87c31aa83d50c37ed0d88774a46
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 <steve.capper@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/include/asm/hwcap.h
arch/arm64/kernel/setup.c