Skip to content

Commit

Permalink
Add "thumbee" to the hwcap_str array
Browse files Browse the repository at this point in the history
This part was missed in the initial patch adding ThumbEE support.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
  • Loading branch information
Catalin Marinas committed Nov 6, 2008
1 parent 0173a32 commit 4369ae1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -772,6 +772,7 @@ static const char *hwcap_str[] = {
"java",
"iwmmxt",
"crunch",
"thumbee",
NULL
};

Expand Down

0 comments on commit 4369ae1

Please sign in to comment.