CVS commit: src/sys/arch/sun68k/sun68k

"Jason R Thorpe" <[email protected]> Mon, 20 Jul 2026 14:38:29 +0000
Newsgroups gmane.os.netbsd.devel.cvs
Message-ID <[email protected]>
Module Name:	src
Committed By:	thorpej
Date:		Mon Jul 20 14:38:29 UTC 2026

Modified Files:
	src/sys/arch/sun68k/sun68k: pmap_sunmmu.c

Log Message:
On second thought, don't use __mc68010__ throughout as a proxy for
"is a Sun-2"; it's too easy to glance-misread #ifdef vs #ifndef.
Instead, define IS_SUN2 and IS_SUN3 macros that statically evaluate
to the right thing and use them throughout.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/sun68k/sun68k/pmap_sunmmu.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.