Linux-csky Archive mirror
 help / color / mirror / Atom feed
From: Guo Ren <guoren@kernel.org>
To: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Cc: linux-csky@vger.kernel.org, kernel-janitors@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] csky: remove obsolete config CPU_TLB_SIZE
Date: Fri, 31 Mar 2023 22:51:33 -0400	[thread overview]
Message-ID: <CAJF2gTSYJAK5X1=4HfjhL25P2cp-_jOMtW4h3=1GWJVDvZeh8w@mail.gmail.com> (raw)
In-Reply-To: <20230330110710.20784-1-lukas.bulwahn@gmail.com>

Thx, got it.

On Thu, Mar 30, 2023 at 7:07 AM Lukas Bulwahn <lukas.bulwahn@gmail.com> wrote:
>
> Commit 9d35dc3006a9 ("csky: Revert mmu ASID mechanism") removes the only
> use of CONFIG_CPU_TLB_SIZE. Since then, this config has no effect and can
> be deleted.
>
> Remove the obsolete config CPU_TLB_SIZE.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
>  arch/csky/Kconfig | 5 -----
>  1 file changed, 5 deletions(-)
>
> diff --git a/arch/csky/Kconfig b/arch/csky/Kconfig
> index dba02da6fa34..1fb5f066a885 100644
> --- a/arch/csky/Kconfig
> +++ b/arch/csky/Kconfig
> @@ -166,11 +166,6 @@ config STACKTRACE_SUPPORT
>  config TIME_LOW_RES
>         def_bool y
>
> -config CPU_TLB_SIZE
> -       int
> -       default "128"   if (CPU_CK610 || CPU_CK807 || CPU_CK810)
> -       default "1024"  if (CPU_CK860)
> -
>  config CPU_ASID_BITS
>         int
>         default "8"     if (CPU_CK610 || CPU_CK807 || CPU_CK810)
> --
> 2.17.1
>


-- 
Best Regards
 Guo Ren

      reply	other threads:[~2023-04-01  2:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-30 11:07 [PATCH] csky: remove obsolete config CPU_TLB_SIZE Lukas Bulwahn
2023-04-01  2:51 ` Guo Ren [this message]

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='CAJF2gTSYJAK5X1=4HfjhL25P2cp-_jOMtW4h3=1GWJVDvZeh8w@mail.gmail.com' \
    --to=guoren@kernel.org \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-csky@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lukas.bulwahn@gmail.com \
    /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 read-only IMAP folder(s) and NNTP newsgroup(s).