CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/05/05 09:43:25
Modified files:
sys/arch/octeon/octeon: locore.S machdep.c
Log message:
Use the .bss for the bootstrap stack of mips_init(). This way the memory
region is properly allocated by the firmware.
Move the .bss clearing to locore.S because the section has to be ready
when the stack is taken into use. This additionally makes the
C environment more consistent at the start of mips_init().
