projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1546541
)
riscv: head: remove useless __PAGE_ALIGNED_BSS and .balign
author
Jisheng Zhang
<jszhang@kernel.org>
Sun, 28 Nov 2021 16:07:41 +0000
(
00:07
+0800)
committer
Palmer Dabbelt
<palmer@rivosinc.com>
Sun, 9 Jan 2022 19:02:49 +0000
(11:02 -0800)
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
patch
|
blob
|
history
diff --git
a/arch/riscv/kernel/head.S
b/arch/riscv/kernel/head.S
index 521c9ef74ffed8b324f216487bc8a93b7ce6fc74..604d60292dd8365433d0f6c3ca2dab3c5c7de348 100644
(file)
--- 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