OSDN Git Service

riscv: head: remove useless __PAGE_ALIGNED_BSS and .balign
authorJisheng Zhang <jszhang@kernel.org>
Sun, 28 Nov 2021 16:07:41 +0000 (00:07 +0800)
committerPalmer Dabbelt <palmer@rivosinc.com>
Sun, 9 Jan 2022 19:02:49 +0000 (11:02 -0800)
commit51f23e5318a0882068254e20d3999e9421cfd66e
treeb1a04d0bcb2b3af354d58e6bc86e1fa8887d7f5f
parent1546541fbc90b0dcadcdadf1c828daf0a8f9d88d
riscv: head: remove useless __PAGE_ALIGNED_BSS and .balign

After commit 83e7b8769a08 ("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>
arch/riscv/kernel/head.S