xtensa: display s32c1i feature flag in cpuinfo
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Chris Zankel <chris@zankel.net>
This commit is contained in:

committed by
Chris Zankel

parent
415217efc1
commit
2f6ea6a767
@@ -380,6 +380,9 @@ c_show(struct seq_file *f, void *slot)
|
|||||||
#endif
|
#endif
|
||||||
#if XCHAL_HAVE_FP
|
#if XCHAL_HAVE_FP
|
||||||
"fpu "
|
"fpu "
|
||||||
|
#endif
|
||||||
|
#if XCHAL_HAVE_S32C1I
|
||||||
|
"s32c1i "
|
||||||
#endif
|
#endif
|
||||||
"\n");
|
"\n");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user