diff options
Diffstat (limited to 'arch/arm/kernel/setup.c')
-rw-r--r-- | arch/arm/kernel/setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
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[] = { | |||
772 | "java", | 772 | "java", |
773 | "iwmmxt", | 773 | "iwmmxt", |
774 | "crunch", | 774 | "crunch", |
775 | "thumbee", | ||
775 | NULL | 776 | NULL |
776 | }; | 777 | }; |
777 | 778 | ||