From mboxrd@z Thu Jan 1 00:00:00 1970 From: will.deacon@arm.com (Will Deacon) Date: Thu, 18 Jul 2013 16:51:15 +0100 Subject: [PATCH] ARM: bugfix: Features of /proc/cpuinfo is wrong In-Reply-To: <1374043709-24770-1-git-send-email-koba@kmckk.co.jp> References: <1374043709-24770-1-git-send-email-koba@kmckk.co.jp> Message-ID: <20130718155115.GC9733@mudshark.cambridge.arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 [...] > 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 Please can you put this into the patch system? It needs to get in for 3.11. Cheers, Will