CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/06/05 09:23:11
Modified files:
sys/arch/octeon/conf: Makefile.octeon files.octeon
sys/arch/octeon/octeon: locore.S
Added files:
sys/arch/octeon/octeon: locore0.S
Log message:
Randomize the link order of .o files in the kernel on octeon.
Unlike on some other architectures, it is not possible to unmap
the early boot code. Instead, the code is smashed during boot.
Input from deraadt@
