diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2012-11-11 04:44:22 +0400 |
---|---|---|
committer | Chris Zankel <chris@zankel.net> | 2012-12-18 21:10:21 -0800 |
commit | 2f6ea6a767e9e26d23e4de4b03fdebe41f3b88f8 (patch) | |
tree | de88e2f3f116d4bfe98f9aeb59a00158637ef6bf | |
parent | 415217efc132b1237c65b15d1986d123380298f4 (diff) | |
download | linux-3.10-2f6ea6a767e9e26d23e4de4b03fdebe41f3b88f8.tar.gz linux-3.10-2f6ea6a767e9e26d23e4de4b03fdebe41f3b88f8.tar.bz2 linux-3.10-2f6ea6a767e9e26d23e4de4b03fdebe41f3b88f8.zip |
xtensa: display s32c1i feature flag in cpuinfo
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Chris Zankel <chris@zankel.net>
-rw-r--r-- | arch/xtensa/kernel/setup.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/xtensa/kernel/setup.c b/arch/xtensa/kernel/setup.c index ffc4fcb3527..e53a94b3edb 100644 --- a/arch/xtensa/kernel/setup.c +++ b/arch/xtensa/kernel/setup.c @@ -381,6 +381,9 @@ c_show(struct seq_file *f, void *slot) #if XCHAL_HAVE_FP "fpu " #endif +#if XCHAL_HAVE_S32C1I + "s32c1i " +#endif "\n"); /* Registers. */ |