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:44:51 Modified files: sys/arch/luna88k/luna88k: m8820x.c sys/arch/m88k/include: m8820x.h sys/arch/m88k/m88k: m8820x_machdep.c Log message: Declare the cmmu-related variables as const, rather than attribute(section(.rodata)), and initialize them (while MMU is not set up) using explicit casts. This gets rid of "ignoring changed section attributes" harmless assembler warnings. Joint work with aoyama@; tested by and ok aoyama@