Skip to content

Commit a2ceb8c

Browse files
xhackerustcpalmer-dabbelt
authored andcommitted
riscv: vmlinux.lds.S|vmlinux-xip.lds.S: remove .fixup section
These are no longer necessary now that we have a more standard extable mechanism. Signed-off-by: Jisheng Zhang <[email protected]> Signed-off-by: Palmer Dabbelt <[email protected]>
1 parent 20802d8 commit a2ceb8c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

arch/riscv/kernel/vmlinux-xip.lds.S

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ SECTIONS
4545
ENTRY_TEXT
4646
IRQENTRY_TEXT
4747
SOFTIRQENTRY_TEXT
48-
*(.fixup)
4948
_etext = .;
5049
}
5150
RO_DATA(L1_CACHE_BYTES)

arch/riscv/kernel/vmlinux.lds.S

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ SECTIONS
4848
ENTRY_TEXT
4949
IRQENTRY_TEXT
5050
SOFTIRQENTRY_TEXT
51-
*(.fixup)
5251
_etext = .;
5352
}
5453

0 commit comments

Comments
 (0)