Browse Source

xtensa: display s32c1i feature flag in cpuinfo

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Chris Zankel <chris@zankel.net>
Max Filippov 12 years ago
parent
commit
2f6ea6a767
1 changed files with 3 additions and 0 deletions
  1. 3 0
      arch/xtensa/kernel/setup.c

+ 3 - 0
arch/xtensa/kernel/setup.c

@@ -380,6 +380,9 @@ c_show(struct seq_file *f, void *slot)
 #endif
 #if XCHAL_HAVE_FP
 		     "fpu "
+#endif
+#if XCHAL_HAVE_S32C1I
+		     "s32c1i "
 #endif
 		     "\n");