tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
sys
/
arch
/
m88k
/
at
jcs
3 folders
conf
This file is no longer used in the (out-of-tree) 88110 code anymore.
8 months ago
include
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.
4 months ago
m88k
Delete pointless uprintf() which noone has ever seen, and which cannot grab the required KERNEL_LOCK anyways Discovered as consequence of mail from David Leadbeater ok miod kettenis
2 months ago