mirror of https://github.com/RT-Thread/rt-thread
![]() libcpu/risc-v/common64/mmu.c uses the external symbol "__bss_end" (this symbol generally is defined in the link script file) and depends on the extern declaration of this symbol in the bsp's "board.h". This is not a problem in implementation, but it is not a good habit. If this extern symbol is used locally, just declare it locally should be better. In this way, there will be no dependency of the kernel core on the bsp header file. And there will be no special requirements for the bsp board code, such as the need to make extern declarations for these "__bss_end" symbols in "board.h". This patch currently only explicitly externly declares "__bss_end" inside libcpu itself. The code of "#include <board.h>" is kept, because the modification involved is too large, it is necessary to clean up the bsp involved before cleaning this include code line uniformly. Signed-off-by: Chen Wang <unicorn_wang@outlook.com> |
||
---|---|---|
.. | ||
aarch64 | ||
arc | ||
arm | ||
avr32 | ||
blackfin | ||
c-sky | ||
ia32 | ||
m16c | ||
mips | ||
nios | ||
ppc | ||
risc-v | ||
rx | ||
sim | ||
sparc-v8 | ||
ti-dsp | ||
unicore32 | ||
v850 | ||
xilinx | ||
Kconfig | ||
SConscript |