All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] nds32: Fix the missing "fpu_dp" message.
@ 2018-11-07  5:30 Nylon Chen
  2018-11-07  7:08 ` Greentime Hu
  0 siblings, 1 reply; 2+ messages in thread
From: Nylon Chen @ 2018-11-07  5:30 UTC (permalink / raw)
  To: green.hu, deanbo422, linux-kernel; +Cc: nylon7717, Nylon Chen

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/2] nds32: Fix the missing "fpu_dp" message.
  2018-11-07  5:30 [PATCH 1/2] nds32: Fix the missing "fpu_dp" message Nylon Chen
@ 2018-11-07  7:08 ` Greentime Hu
  0 siblings, 0 replies; 2+ messages in thread
From: Greentime Hu @ 2018-11-07  7:08 UTC (permalink / raw)
  To: nylon7; +Cc: Vincent Chen, Linux Kernel Mailing List, nylon7717

Hi Nylon,
Nylon Chen <nylon7@andestech.com> 於 2018年11月7日 週三 下午1:32寫道:
>
> 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,
>  };

Thank you for providing this patch however I just found the order of
dx_regs and v2 is not match to HWCAP_V2
and HWCAP_DX_REGS.

Would you please based on next branch in
https://git.kernel.org/pub/scm/linux/kernel/git/greentime/linux.git to
re-gen the patch and send again? Thank you. :)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-11-07  7:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-07  5:30 [PATCH 1/2] nds32: Fix the missing "fpu_dp" message Nylon Chen
2018-11-07  7:08 ` Greentime Hu

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.