linux-csky.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: 王俊强 <wangjunqiang@iscas.ac.cn>
To: "Randy Dunlap" <rdunlap@infradead.org>
Cc: guoren@kernel.org, guoren@linux.alibaba.com,
	linux-csky@vger.kernel.org, linux-kernel@vger.kernel.org,
	"Li Weiwei" <liweiwei@iscas.ac.cn>
Subject: Re: Re: [PATCH 2/2] csky: add CONFIG_CPU_HAS_MATHEMU and use in traps
Date: Wed, 21 Apr 2021 11:08:27 +0800 (GMT+08:00)	[thread overview]
Message-ID: <152262a1.2e207.178f2668250.Coremail.wangjunqiang@iscas.ac.cn> (raw)
In-Reply-To: <8bb2a70f-7f3a-26f1-98ed-e6b7b2220798@infradead.org>

thanks, I will fix it

"Randy Dunlap" &lt;rdunlap@infradead.org&gt;写道:
&gt; Hi--
&gt; 
&gt; On 4/20/21 7:49 PM, Wang Junqiang wrote:
&gt; &gt; diff --git a/arch/csky/Kconfig b/arch/csky/Kconfig
&gt; &gt; index 34e91224adc3..a414225570c1 100644
&gt; &gt; --- a/arch/csky/Kconfig
&gt; &gt; +++ b/arch/csky/Kconfig
&gt; &gt; @@ -97,6 +97,9 @@ config CPU_HAS_CACHEV2
&gt; &gt;  config CPU_HAS_FPUV2
&gt; &gt;  	bool
&gt; &gt;  
&gt; &gt; +config CPU_HAS_MATHEMU
&gt; &gt; +	bool
&gt; &gt; +
&gt; 
&gt; Why do you have this new kconfig symbol two times in the same file?
&gt; 
&gt; &gt;  config CPU_HAS_HILO
&gt; &gt;  	bool
&gt; &gt;  
&gt; &gt; @@ -281,6 +284,11 @@ config CPU_HAS_VDSP
&gt; &gt;  	bool "CPU has VDSP coprocessor"
&gt; &gt;  	depends on CPU_HAS_FPU &amp;&amp; CPU_HAS_FPUV2
&gt; &gt;  
&gt; &gt; +config CPU_HAS_MATHEMU
&gt; &gt; +	bool "CPU has FPU Mathemu Instructions"
&gt; &gt; +	depends on CPU_CK810 || CPU_CK860
&gt; &gt; +	default n
&gt; &gt; +
&gt; &gt;  config CPU_HAS_FPU
&gt; &gt;  	bool "CPU has FPU coprocessor"
&gt; &gt;  	depends on CPU_CK807 || CPU_CK810 || CPU_CK860
&gt; 
&gt; 
&gt; thanks.
&gt; -- 
&gt; ~Randy

  reply	other threads:[~2021-04-21  3:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-21  2:49 [PATCH 2/2] csky: add CONFIG_CPU_HAS_MATHEMU and use in traps Wang Junqiang
2021-04-21  3:01 ` Randy Dunlap
2021-04-21  3:08   ` 王俊强 [this message]
2021-04-21 22:46 ` kernel test robot
2021-04-27 15:02 ` Guo Ren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=152262a1.2e207.178f2668250.Coremail.wangjunqiang@iscas.ac.cn \
    --to=wangjunqiang@iscas.ac.cn \
    --cc=guoren@kernel.org \
    --cc=guoren@linux.alibaba.com \
    --cc=linux-csky@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=liweiwei@iscas.ac.cn \
    --cc=rdunlap@infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).