CVS: cvs.openbsd.org: src
Miod Vallat <[email protected]>
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/07/15 12:43:09 Modified files: sys/arch/m88k/m88k: m8820x_machdep.c Log message: Make sure m8820x_initialize_cpu() initializes logical cpu #0 on non-MP kernels. This is usually the case, but some luna88k setups could have the running cpu at a physical position different from zero, causing some of the actual cpu_info initialization to be done in the wrong array element. Tested by and ok aoyama@