Skip to content

Commit 51f23e5

Browse files
xhackerustcpalmer-dabbelt
authored andcommitted
riscv: head: remove useless __PAGE_ALIGNED_BSS and .balign
After commit 83e7b87 ("RISC-V: move empty_zero_page definition to C and export it"), the empty_zero_page has been moved outside head.S, the __PAGE_ALIGNED_BSS and .balign LoCs are useless, clean up them. Signed-off-by: Jisheng Zhang <jszhang@kernel.org> Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
1 parent 1546541 commit 51f23e5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

arch/riscv/kernel/head.S

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,3 @@ ENTRY(reset_regs)
447447
ret
448448
END(reset_regs)
449449
#endif /* CONFIG_RISCV_M_MODE */
450-
451-
__PAGE_ALIGNED_BSS
452-
/* Empty zero page */
453-
.balign PAGE_SIZE

0 commit comments

Comments
 (0)