linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greentime Hu <green.hu@gmail.com>
To: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Nick Hu <nickhu@andestech.com>,
	Vincent Chen <deanbo422@gmail.com>, Arnd Bergmann <arnd@arndb.de>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] nds32: Fix bogus reference to <asm/procinfo.h>
Date: Fri, 28 Aug 2020 18:06:42 +0800	[thread overview]
Message-ID: <CAEbi=3ete4X_CKqKOHJwBUegSevRix_h9C5+3K8TGyDv4Vk5Fw@mail.gmail.com> (raw)
In-Reply-To: <20200827132435.24925-1-geert+renesas@glider.be>

Geert Uytterhoeven <geert+renesas@glider.be> 於 2020年8月27日 週四 下午9:24寫道:
>
> Andestech(nds32) never had <asm/procinfo.h>.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
>  arch/nds32/kernel/setup.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/nds32/kernel/setup.c b/arch/nds32/kernel/setup.c
> index a066efbe53c0c098..3671129e205852b7 100644
> --- a/arch/nds32/kernel/setup.c
> +++ b/arch/nds32/kernel/setup.c
> @@ -52,7 +52,7 @@ EXPORT_SYMBOL(elf_hwcap);
>
>  /*
>   * The following string table, must sync with HWCAP_xx bitmask,
> - * which is defined in <asm/procinfo.h>
> + * which is defined above
>   */
>  static const char *hwcap_str[] = {
>         "mfusr_pc",

Thank you, Geert.
Acked-by: Greentime Hu <green.hu@gmail.com>
I'll put it in the next branch.

      reply	other threads:[~2020-08-28 10:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-27 13:24 [PATCH] nds32: Fix bogus reference to <asm/procinfo.h> Geert Uytterhoeven
2020-08-28 10:06 ` Greentime Hu [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='CAEbi=3ete4X_CKqKOHJwBUegSevRix_h9C5+3K8TGyDv4Vk5Fw@mail.gmail.com' \
    --to=green.hu@gmail.com \
    --cc=arnd@arndb.de \
    --cc=deanbo422@gmail.com \
    --cc=geert+renesas@glider.be \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nickhu@andestech.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 NNTP newsgroup(s).