[PATCH] ARM: bugfix: Features of /proc/cpuinfo is wrong
Will Deacon
will.deacon at arm.com
Thu Jul 18 11:51:15 EDT 2013
On Wed, Jul 17, 2013 at 07:48:29AM +0100, Tetsuyuki Kobayashi wrote:
> Array hwcap_str[19] should be "vfpd32" and hwcap_str[20] should be "lpae".
> But actually "vfpd32" was missing and "lpae" was at wrong place.
>
> Signed-off-by: Tetsuyuki Kobayashi <koba at kmckk.co.jp>
[...]
> diff --git a/arch/arm/kernel/setup.c b/arch/arm/kernel/setup.c
> index 63af9a7..96286cb 100644
> --- a/arch/arm/kernel/setup.c
> +++ b/arch/arm/kernel/setup.c
> @@ -971,6 +971,7 @@ static const char *hwcap_str[] = {
> "vfpv4",
> "idiva",
> "idivt",
> + "vfpd32",
> "lpae",
> NULL
> };
> --
Acked-by: Will Deacon <will.deacon at arm.com>
Please can you put this into the patch system? It needs to get in for 3.11.
Cheers,
Will
More information about the linux-arm-kernel
mailing list