CVSROOT: /cvs Module name: src Changes by: aoy...@cvs.openbsd.org 2019/08/28 07:48:40
Modified files: sys/arch/m88k/include: cpu.h Log message: sys/arch/luna88k/luna88k/locore0.S:dummy_cpu assumes that ci_mp_atomic_{begin,end} are 6th and 7th elements of cpu_info structure. Actually that is dummy structure used in early boot stage, but for consistency, move ci_srp_hazards position in cpu_info. ok mpi@