[PATCH] Report double word access atomicity on LPAE enabled targets through AUXV

Will Deacon will.deacon at arm.com
Wed Apr 17 05:48:29 EDT 2013


On Tue, Apr 16, 2013 at 06:22:58PM +0100, Will Deacon wrote:
> Patch below...

[...]

> +#define HWCAP_LPAE     (1 << 20)

[...]

> @@ -875,6 +880,7 @@ static const char *hwcap_str[] = {
>         "vfpv4",
>         "idiva",
>         "idivt",
> +       "atomicd",
>         NULL
>  };

You can tell I was in two minds about this, but that string should read
"lpae".

Will



More information about the linux-arm-kernel mailing list