CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2025/12/10 12:09:17

Modified files:
        sys/arch/m88k/m88k: subr.S 
        sys/arch/m88k/include: cpu.h param.h 

Log message:
On kernels compiled for both 88100 and 88110, replace the CPU_IS881[01]0
logic to no longer check the cputyp variable, but directly check bits in the
processor identification register; loading this value produces faster and
smaller code than accessing memory, and the compiler can be instructed that
the value is a constant.

Reply via email to