Skip to content

Commit 36f546a

Browse files
committed
kallsyms: remove left-over Blackfin code
These symbols were added by commit 028f042 ("kallsyms: support kernel symbols in Blackfin on-chip memory") for Blackfin. The Blackfin support was removed by commit 4ba66a9 ("arch: remove blackfin port"). Signed-off-by: Masahiro Yamada <[email protected]>
1 parent 80ffbaa commit 36f546a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/kallsyms.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ static unsigned long long relative_base;
4848
static struct addr_range text_ranges[] = {
4949
{ "_stext", "_etext" },
5050
{ "_sinittext", "_einittext" },
51-
{ "_stext_l1", "_etext_l1" }, /* Blackfin on-chip L1 inst SRAM */
52-
{ "_stext_l2", "_etext_l2" }, /* Blackfin on-chip L2 SRAM */
5351
};
5452
#define text_range_text (&text_ranges[0])
5553
#define text_range_inittext (&text_ranges[1])

0 commit comments

Comments
 (0)