dect
/
linux-2.6
Archived
13
0
Fork 0

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:
Max Filippov 2012-11-11 04:44:22 +04:00 committed by Chris Zankel
parent 415217efc1
commit 2f6ea6a767
1 changed files with 3 additions and 0 deletions

View File

@ -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");