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 cf2bd4242803..bbab134cd82d 100644 --- a/arch/arm/kernel/setup.c +++ b/arch/arm/kernel/setup.c | |||
@@ -855,6 +855,7 @@ static const char *hwcap_str[] = { | |||
855 | "edsp", | 855 | "edsp", |
856 | "java", | 856 | "java", |
857 | "iwmmxt", | 857 | "iwmmxt", |
858 | "crunch", | ||
858 | NULL | 859 | NULL |
859 | }; | 860 | }; |
860 | 861 | ||