Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/sun68k/sun68k
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.
Home |
Main Index |
Thread Index |
Old Index