All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kallsyms: remove left-over Blackfin code
@ 2018-09-04  0:42 Masahiro Yamada
  2018-09-09  7:04 ` Masahiro Yamada
  0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2018-09-04  0:42 UTC (permalink / raw)
  To: linux-kbuild
  Cc: Arnd Bergmann, Aaron Wu, Bryan Wu, Robin Getz, Rusty Russell,
	Masahiro Yamada, linux-kernel

These symbols were added by commit 028f042613c3 ("kallsyms: support
kernel symbols in Blackfin on-chip memory") for Blackfin.

The Blackfin support was removed by commit 4ba66a976072 ("arch: remove
blackfin port").

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 scripts/kallsyms.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/scripts/kallsyms.c b/scripts/kallsyms.c
index a9186a9..50af068 100644
--- a/scripts/kallsyms.c
+++ b/scripts/kallsyms.c
@@ -48,8 +48,6 @@ static unsigned long long relative_base;
 static struct addr_range text_ranges[] = {
 	{ "_stext",     "_etext"     },
 	{ "_sinittext", "_einittext" },
-	{ "_stext_l1",  "_etext_l1"  },	/* Blackfin on-chip L1 inst SRAM */
-	{ "_stext_l2",  "_etext_l2"  },	/* Blackfin on-chip L2 SRAM */
 };
 #define text_range_text     (&text_ranges[0])
 #define text_range_inittext (&text_ranges[1])
-- 
2.7.4


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

* Re: [PATCH] kallsyms: remove left-over Blackfin code
  2018-09-04  0:42 [PATCH] kallsyms: remove left-over Blackfin code Masahiro Yamada
@ 2018-09-09  7:04 ` Masahiro Yamada
  0 siblings, 0 replies; 2+ messages in thread
From: Masahiro Yamada @ 2018-09-09  7:04 UTC (permalink / raw)
  To: Linux Kbuild mailing list
  Cc: Arnd Bergmann, Aaron Wu, Bryan Wu, Robin Getz, Rusty Russell,
	Masahiro Yamada, Linux Kernel Mailing List

2018-09-04 9:42 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>:
> These symbols were added by commit 028f042613c3 ("kallsyms: support
> kernel symbols in Blackfin on-chip memory") for Blackfin.
>
> The Blackfin support was removed by commit 4ba66a976072 ("arch: remove
> blackfin port").
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---

Applied to linux-kbuild.



>  scripts/kallsyms.c | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/scripts/kallsyms.c b/scripts/kallsyms.c
> index a9186a9..50af068 100644
> --- a/scripts/kallsyms.c
> +++ b/scripts/kallsyms.c
> @@ -48,8 +48,6 @@ static unsigned long long relative_base;
>  static struct addr_range text_ranges[] = {
>         { "_stext",     "_etext"     },
>         { "_sinittext", "_einittext" },
> -       { "_stext_l1",  "_etext_l1"  }, /* Blackfin on-chip L1 inst SRAM */
> -       { "_stext_l2",  "_etext_l2"  }, /* Blackfin on-chip L2 SRAM */
>  };
>  #define text_range_text     (&text_ranges[0])
>  #define text_range_inittext (&text_ranges[1])
> --
> 2.7.4
>





-- 
Best Regards
Masahiro Yamada

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-04  0:42 [PATCH] kallsyms: remove left-over Blackfin code Masahiro Yamada
2018-09-09  7:04 ` Masahiro Yamada

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.