瀏覽代碼

Add "thumbee" to the hwcap_str array

This part was missed in the initial patch adding ThumbEE support.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Catalin Marinas 16 年之前
父節點
當前提交
4369ae16ee
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/arm/kernel/setup.c

+ 1 - 0
arch/arm/kernel/setup.c

@@ -772,6 +772,7 @@ static const char *hwcap_str[] = {
 	"java",
 	"iwmmxt",
 	"crunch",
+	"thumbee",
 	NULL
 };