lkml.org 
[lkml]   [2018]   [Nov]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 1/2] nds32: Fix the missing "fpu_dp" message.
Date
The "fpu_dp" should be added to hwcap_str table to make sure the cpu features displayed correctly.

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

diff --git a/arch/nds32/kernel/setup.c b/arch/nds32/kernel/setup.c
index eacc79024879..e39274a21481 100644
--- a/arch/nds32/kernel/setup.c
+++ b/arch/nds32/kernel/setup.c
@@ -71,6 +71,7 @@ static const char *hwcap_str[] = {
"mac",
"l2c",
"dx_regs",
+ "fpu_dp",
"v2",
NULL,
};
--
2.18.0
\
 
 \ /
  Last update: 2018-11-07 06:32    [W:0.054 / U:0.604 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site