linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] nds32: Fix bogus reference to <asm/procinfo.h>
@ 2020-08-27 13:24 Geert Uytterhoeven
  2020-08-28 10:06 ` Greentime Hu
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2020-08-27 13:24 UTC (permalink / raw)
  To: Nick Hu, Greentime Hu, Vincent Chen
  Cc: Arnd Bergmann, linux-kernel, Geert Uytterhoeven

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",
-- 
2.17.1


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

* Re: [PATCH] nds32: Fix bogus reference to <asm/procinfo.h>
  2020-08-27 13:24 [PATCH] nds32: Fix bogus reference to <asm/procinfo.h> Geert Uytterhoeven
@ 2020-08-28 10:06 ` Greentime Hu
  0 siblings, 0 replies; 2+ messages in thread
From: Greentime Hu @ 2020-08-28 10:06 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Nick Hu, Vincent Chen, Arnd Bergmann, Linux Kernel Mailing List

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.

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

end of thread, other threads:[~2020-08-28 10:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-27 13:24 [PATCH] nds32: Fix bogus reference to <asm/procinfo.h> Geert Uytterhoeven
2020-08-28 10:06 ` Greentime Hu

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).