[PATCH] ARM: bugfix: Features of /proc/cpuinfo is wrong

Will Deacon will.deacon at arm.com
Mon Jul 22 09:45:15 EDT 2013


On Thu, Jul 18, 2013 at 04:51:15PM +0100, Will Deacon wrote:
> 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.

I still can't see this in the patch system. I've tested it on A5, A7, A9 and
A15 and it works as expected.

Will



More information about the linux-arm-kernel mailing list