mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 05:02:12 +00:00
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
|
#endif
|
||||||
#if XCHAL_HAVE_FP
|
#if XCHAL_HAVE_FP
|
||||||
"fpu "
|
"fpu "
|
||||||
|
#endif
|
||||||
|
#if XCHAL_HAVE_S32C1I
|
||||||
|
"s32c1i "
|
||||||
#endif
|
#endif
|
||||||
"\n");
|
"\n");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user