Explorar o código

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 %!s(int64=12) %!d(string=hai) anos
pai
achega
2f6ea6a767
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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");