All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 1/2] nds32: Fix the items of hwcap_str ordering issue.
@ 2018-11-08 11:28 Nylon Chen
  0 siblings, 0 replies; only message in thread
From: Nylon Chen @ 2018-11-08 11:28 UTC (permalink / raw)
  To: green.hu, deanbo422, linux-kernel; +Cc: nylon7717, Nylon Chen

The hwcap_str should be set in a correct order according to HWCAP_xx.
We also add the missing "fpu_dp" to it.

Signed-off-by: Nylon Chen <nylon7@andestech.com>
---
 arch/nds32/kernel/setup.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/nds32/kernel/setup.c b/arch/nds32/kernel/setup.c
index d7f5657bc638..4b774ca433a9 100644
--- a/arch/nds32/kernel/setup.c
+++ b/arch/nds32/kernel/setup.c
@@ -72,8 +72,9 @@ static const char *hwcap_str[] = {
 	"div",
 	"mac",
 	"l2c",
-	"dx_regs",
+	"fpu_dp",
 	"v2",
+	"dx_regs",
 	NULL,
 };
 
-- 
2.18.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-11-08 11:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-08 11:28 [PATCH v3 1/2] nds32: Fix the items of hwcap_str ordering issue Nylon Chen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.