CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/11/21 06:50:22
Modified files:
sys/arch/mips64/mips64: pmap.c
Log message:
Enabling Loongson 3A bits turned on a code path that uses a MIPS64r2
register on Loongson 2. This causes a boot failure on LS2 because
the CPU does not implement the register. Disable the code on LS2
similarly to mips64 pte.h.
Yeelong boot hang reported and fix tested by matthieu@
