From: Catalin Marinas Date: Thu, 6 Nov 2008 13:23:06 +0000 (+0000) Subject: Add "thumbee" to the hwcap_str array X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=4369ae16eec16e6a922d4333da88a58fbc201369;p=deliverable%2Flinux.git Add "thumbee" to the hwcap_str array This part was missed in the initial patch adding ThumbEE support. Signed-off-by: Catalin Marinas --- diff --git a/arch/arm/kernel/setup.c b/arch/arm/kernel/setup.c index 1f1eecca7f55..66e1a643ed14 100644 --- a/arch/arm/kernel/setup.c +++ b/arch/arm/kernel/setup.c @@ -772,6 +772,7 @@ static const char *hwcap_str[] = { "java", "iwmmxt", "crunch", + "thumbee", NULL };