mirror of https://gitee.com/openkylin/linux.git
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:
parent
415217efc1
commit
2f6ea6a767
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in New Issue