diff options
author | Jisheng Zhang <jszhang@kernel.org> | 2021-11-28 17:07:41 +0100 |
---|---|---|
committer | Palmer Dabbelt <palmer@rivosinc.com> | 2022-01-09 20:02:49 +0100 |
commit | 51f23e5318a0882068254e20d3999e9421cfd66e (patch) | |
tree | b1a04d0bcb2b3af354d58e6bc86e1fa8887d7f5f /arch | |
parent | riscv: errata: alternative: mark vendor_patch_func __initdata (diff) | |
download | linux-51f23e5318a0882068254e20d3999e9421cfd66e.tar.xz linux-51f23e5318a0882068254e20d3999e9421cfd66e.zip |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/riscv/kernel/head.S | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/riscv/kernel/head.S b/arch/riscv/kernel/head.S index 521c9ef74ffe..604d60292dd8 100644 --- a/arch/riscv/kernel/head.S +++ b/arch/riscv/kernel/head.S @@ -447,7 +447,3 @@ ENTRY(reset_regs) ret END(reset_regs) #endif /* CONFIG_RISCV_M_MODE */ - -__PAGE_ALIGNED_BSS - /* Empty zero page */ - .balign PAGE_SIZE |