projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
415217e
)
xtensa: display s32c1i feature flag in cpuinfo
author
Max Filippov
<jcmvbkbc@gmail.com>
Sun, 11 Nov 2012 00:44:22 +0000
(
04:44
+0400)
committer
Chris Zankel
<chris@zankel.net>
Wed, 19 Dec 2012 05:10:21 +0000
(21:10 -0800)
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Chris Zankel <chris@zankel.net>
arch/xtensa/kernel/setup.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/xtensa/kernel/setup.c
b/arch/xtensa/kernel/setup.c
index ffc4fcb35279622daa3f3a75360eb48f785dd365..e53a94b3edbc7104dc225dabc81ad66831671888 100644
(file)
--- a/
arch/xtensa/kernel/setup.c
+++ b/
arch/xtensa/kernel/setup.c
@@
-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");