Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/m68k/m68k



Module Name:    src
Committed By:   thorpej
Date:           Sat Nov 29 22:06:03 UTC 2025

Modified Files:
        src/sys/arch/m68k/m68k: pmap_motorola.c

Log Message:
Avoid using anything from <sys/atomic.h> if __HAVE_M68K_BROKEN_RMC is
defined.  On m68k, the atomics in question are implemented in terms of
CAS, and that instruction must be avoided on __HAVE_M68K_BROKEN_RMC
systems.

(Really, the use of atomics they're they're used isn't necessary *at
all* here, but I'm looking for the minimal change necessary for possible
pullup-11.)


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 src/sys/arch/m68k/m68k/pmap_motorola.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